Hacker News new | ask | show | jobs
by eweise 4370 days ago
Can the data in the charts be updated in realtime? I'm looking for graphs to display operations type data like cpu usage, etc over time.
2 comments

Each one of the chart types has a prototype method .update() which will re-draw the chart with your updated values, so real-time updates are possible.

[1] http://www.chartjs.org/docs/