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
Thanks - right now I put up the <piechart> but soon will add the rest of the Flot library. I use Flot on a project dashboard and it does dynamic data updates nicely.
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.
Comments
Put 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
Thanks - right now I put up the <piechart> but soon will add the rest of the Flot library. I use Flot on a project dashboard and it does dynamic data updates nicely.
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.