http://blog.arisetyo.com/getting-started-with-chart-js-part-...
Show HN: Angles.js - Chart.js charts in Angular
11–17 of 17 posts
Re: Show HN: Angles.js - Chart.js charts in Angular
#12Re: Show HN: Angles.js - Chart.js charts in Angular
#13Earlier quoted context omitted.
Really? I can see no mention of Angular on that page you linked.
The link actually points to the library he used with angular, not to his own work. He probably used angular to create easier to use bindings to use Rickshaw.
Re: Show HN: Angles.js - Chart.js charts in Angular
#14Re: Show HN: Angles.js - Chart.js charts in Angular
#15https://github.com/ErikAugust/flang
Also shouted you out in the example for the inspiration to get off my butt and share it on GitHub.
Re: Show HN: Angles.js - Chart.js charts in Angular
#16Put together one of these for the jQuery Flot Chart lib: https://github.com/ErikAugust/flang Also shouted you out in the example for the inspiration to get off my butt and share it on GitHub.
Re: Show HN: Angles.js - Chart.js charts in Angular
#17Put together one of these for the jQuery Flot Chart lib: https://github.com/ErikAugust/flang Also shouted you out in the example for the inspiration to get off my butt and share it on GitHub.
Erik, Awesome. I used Chart.js because it's come up a lot lately and is well documented, but Flot and the other more mature chart libs are probably better for most charting projects (read, allow dynamic data updates). Will try your wrapper today. - Lindsay
Also, I really like what you did by moving not just the data but parts of the chart setup itself - that is something I'll incorporate into Flang as well.
Thanks again.