chartjs-plugin-streaming icon indicating copy to clipboard operation
chartjs-plugin-streaming copied to clipboard

Streaming for non timebased data

Open iilyak opened this issue 3 years ago • 1 comments

I have a stream of data which doesn't have a timestamp. The rate of events is so high that I need a microseconds resolution to use timestamp based approach. I know that JS doesn't support microseconds in Date object This means calling new Date() will not work.

I have a monotonically increasing event id (integer). Is there a way I can implement a scrolling chart similar to the one provided by streaming plugin (with zoom feature) using linear scale instead of time or realtime?

iilyak avatar Jun 10 '22 13:06 iilyak

+1

dayaftereh avatar Nov 05 '22 23:11 dayaftereh