plotly-resampler icon indicating copy to clipboard operation
plotly-resampler copied to clipboard

add extra dots out of zoomed box #307

Open jonasvdd opened this issue 8 months ago • 1 comments

Related issues / PRs

  • #308
  • #307

jonasvdd avatar Mar 06 '25 13:03 jonasvdd

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 88.46%. Comparing base (f58db50) to head (986fe93). Report is 21 commits behind head on main.

:exclamation: There is a different number of reports uploaded between BASE (f58db50) and HEAD (986fe93). Click for more details.

HEAD has 17 uploads less than BASE
Flag BASE (f58db50) HEAD (986fe93)
18 1
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #343      +/-   ##
==========================================
- Coverage   96.49%   88.46%   -8.04%     
==========================================
  Files          14       14              
  Lines        1141     1222      +81     
==========================================
- Hits         1101     1081      -20     
- Misses         40      141     +101     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

codecov-commenter avatar Mar 06 '25 15:03 codecov-commenter

@jvdd, can you look at the PR and these issues?

Do we want to support this behavior by default - or do we want to specify this on an Figure / aggregator / .... level?

I've looked at the callbacks when you perform an autoscale, it creates a callback (always did), but returns a dash no update.

The only difference is now that the front-end view changes ever-so-slightly (due to including boundary points).

jonasvdd avatar Aug 22 '25 13:08 jonasvdd