Closed
Description
96ef28a#diff-41fd60f1e6a06a5340748d3f4b3754e6R218-R225
This commit broke (my) bar plots which are updated in chunks. Horizontal axis of the bar plot stopped rescaling correctly between 1.51.1 and 1.51.2.
This has been working for years so this should be considered as a regression.
By removing this if statement it starts working again:
plotly.js/src/traces/bar/plot.js
Line 218 in acc9c21
Version <= 1.51.1 (or above if-statement removed in 1.51.2):
If required, I'll try to construct a simple example to reproduce.