-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Charts / Graphs page #45
Comments
Do you plan to use any lib? I saw this one being recommended... |
Noted, thank you very much 👍 |
Almost overlooked. I'm also using chart.js heavily in my current ionic2/angular2 kitchensink/learning stage and I've got no idea how to test it properly (hence no coverage). As of right now chart.js (via ng2-charts) seems like the best choice for angular2 projects since it has no other deps (except for moment.js which it also bundles), renders on canvas instead of resource hogging SVG and is generally kind to mobile/embedded clients. I'd love to see a best practice ng2-charts/chart.js example for ionic2/angular2, especially when it comes with a way to test it properly. My crude PoC implementation seems to work but I don't believe it to be the "right" way to do it. But it may help to get something started: https://github.com/apollo-ng/governess/blob/master/governess-app/app/pages/control/control.ts |
Thanks looks very interesting. Will take a look when I get onto it. On 10 Aug 2016 06:18, "chrono" [email protected] wrote:
|
Implement a page showing frequency of clicks over time
The text was updated successfully, but these errors were encountered: