predict-idlab / plotly-resampler

Visualize large time series data with plotly.py
https://predict-idlab.github.io/plotly-resampler/latest
MIT License
990 stars 67 forks source link

Rangeslider support #254

Closed jonasvdd closed 8 months ago

jonasvdd commented 11 months ago

This is a first draft of cleaned version of rangeslider support:

Still to do:

How it looks now Peek 2023-10-25 01-51

ISX2 commented 10 months ago

Add example result gifs! See: https://github.com/predict-idlab/plotly-resampler/pull/251/commits/ad17cfd4acb499d8e48d1ecedfb90878b5c1ed11

😁

codecov-commenter commented 9 months ago

Codecov Report

Merging #254 (c4181ff) into main (574904e) will decrease coverage by 0.34%. Report is 4 commits behind head on main. The diff coverage is 92.79%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

@@            Coverage Diff             @@
##             main     #254      +/-   ##
==========================================
- Coverage   96.87%   96.53%   -0.34%     
==========================================
  Files          14       14              
  Lines        1024     1127     +103     
==========================================
+ Hits          992     1088      +96     
- Misses         32       39       +7     
Files Coverage Δ
plotly_resampler/__init__.py 84.61% <100.00%> (ø)
plotly_resampler/figure_resampler/__init__.py 100.00% <100.00%> (ø)
...tly_resampler/figure_resampler/figure_resampler.py 90.47% <92.66%> (+2.62%) :arrow_up:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

jonasvdd commented 9 months ago

Ready for review @jvdd!