predict-idlab / plotly-resampler

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

:sparkles: add fill_value option to gap handlers #218

Closed jonasvdd closed 1 year ago

jonasvdd commented 1 year ago

This PR add the fill_value option to the AbstractGapHandler interface, which allows to conveniently fill gaps of traces, that utilize shaded areas via a fill="tozeory".

TODO:

codecov-commenter commented 1 year ago

Codecov Report

Merging #218 (ba9dd95) into main (ef0d4e9) will increase coverage by 0.00%. The diff coverage is 100.00%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@           Coverage Diff           @@
##             main     #218   +/-   ##
=======================================
  Coverage   97.16%   97.17%           
=======================================
  Files          13       13           
  Lines         989      991    +2     
=======================================
+ Hits          961      963    +2     
  Misses         28       28           
Impacted Files Coverage Δ
...tly_resampler/aggregation/gap_handler_interface.py 95.45% <100.00%> (+0.45%) :arrow_up:
..._resampler/aggregation/plotly_aggregator_parser.py 94.56% <100.00%> (ø)

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