Open jvdd opened 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 92.38%. Comparing base (
f58db50
) to head (b2f9975
). Report is 2 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
When using
FigureWidgetResampler
using traces that are not resampled (e.g., Histogram, Bar, etc.), the following action chain resulted in aTypeError
(becauseupdate_data
is NoUpdate)Reproducible code:
Error :arrow_down: