Closed artrune closed 2 years ago
This is a know limitation. I think someone might have adapted the algorithm to support gaps. I suggest you check out other versions https://github.com/sveinn-steinarsson/flot-downsample#the-algorithm-lttb-adapted-for-other-programming-languages-or-frameworks
Many plotting libraries support having a null with a timestamp to break a trend. (Leaving a gap, preventing interpolation) Imagine you have time series data and its divided in three buckets:
I can think of two ways on how to handle this but I'm not sure what would be ideal:
Any thoughts?