How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

πŸ’« Plotly-resampler - Visualize large time series using plotly-dash

calendar_today September 20, 2026 person @jvdd Jeroen Van Der Donckt domain plotly

@ulibussi what you are describing is exactly what we do in flexviz: GitHub - flex-analytics/flexviz: Interactive cross-filter dashboards on 100M+ rows, in pure Python. Polars-native Β· GitHub In flexviz we keep the data lazy (i.e., not in memory) and stream the data from disk to ram β†’ allows the visualize larger-than-ram dataset. Basically, this is the successor of the plotly-resampler library; in addition to line charts, it supports 9 other trace types (through highly optimized data aggregation), the server is now stateless, and it comes with native cross-filtering.

open_in_new Read original post