nagix / chartjs-plugin-streaming

Chart.js plugin for live streaming data
MIT License
515 stars 130 forks source link

Realtime streaming from left to right #162

Open graphefruit opened 2 years ago

graphefruit commented 2 years ago

Hey @nagix, first of all I'd like to thank you for this awesome plugin!

I'm developing an Open Source Coffee-Application to track the weight and water flow in live time.

For this I'm using your plugin, and engineered it a bit, to just see the second stream and going from the right to the left with a timeframe from about 20 seconds.

For better usability and experience, I'd like to ask if it would be possible to have the live-graph going from left to right, and when it exceeds the timeframe that the frame just stretches and zooms out.

A sample how I'd love to make it work you can find here on a video: https://youtu.be/ckBWoRHkUZ4?t=369

Thank you!