I have a callback that updates the figure of a Graph by slicing the data to take a much smaller subset. When the callback is triggered, the range of the updated plot does not automatically resize when the Graph has animate=True
. If I omit the animate param the range resizes fine.