We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61ec015 commit fb25a39Copy full SHA for fb25a39
plotly_resampler/figure_resampler/figure_resampler_interface.py
@@ -398,8 +398,8 @@ def _check_update_figure_dict(
398
if xaxis_filter is not None:
399
# the x-anchor of the trace is stored in the layout data
400
if trace.get("yaxis") is None:
401
- # no yaxis -> we make the assumption that yaxis = xaxis_filter_short
402
- # TODO -> why did we make this assumption
+ # TODO In versions up until v0.8.2 we made the assumption that yaxis
+ # = xaxis_filter_short. -> Why did we make this assumption?
403
y_axis = "y" # + xaxis_filter[1:]
404
else:
405
y_axis = "yaxis" + trace.get("yaxis")[1:]
0 commit comments