joewalnes / smoothie

Smoothie Charts: smooooooth JavaScript charts for realtime streaming data
http://smoothiecharts.org
Other
2.25k stars 232 forks source link

Added events to smoothie charts #116

Open francobottero opened 4 years ago

francobottero commented 4 years ago

It's important to say that events have to go on a separate TimeSeries than the rest of the data or else, they will interfere with the chart. Events will look something like this : changes

cinderblock commented 4 years ago

@francobottero Have you considered updating this to use a separate TimeSeries type? I for one would like to see this feature added.

drewnoakes commented 4 years ago

@cinderblock feel free to create a new PR if you have the bandwidth.