bclingan
bclingan

Reputation: 109

D3.js Time series graph with epoch time

I have data captured every 5 minutes, data would be in pairs of a unix epoch timestamp and a value. I would like to render a bar chart with this data. Can this be easily accomplished in D3.js or is there a better tool for the job? Any examples? Ideally I'd like to have it refresh as additional data points come in.

Upvotes: 0

Views: 920

Answers (1)

Kenneth Van den Berghe
Kenneth Van den Berghe

Reputation: 275

Maybe EpochJS is worth looking at? They have examples on their website of different realtime charts...

http://epochjs.github.io/epoch/

Upvotes: 1

Related Questions