When using plotly via python you can use plotly-resampler to get performant rendering of charts that contain a large number (100k+) data points.
Is there potential to adding/using this in plotly.rs? (Is it there already and I've missed it)? Or does the python based impl of MinMaxLLTB need copying over to rust?