Y
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
Rodeva
4370 days ago
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/
link
kamicut
4370 days ago
Check out Epoch:
http://fastly.github.io/epoch/
link
[1] http://www.chartjs.org/docs/