You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A (not great) workaround is to add a wrapper with key=title. Stan ran into this same issue, but I hadn't opened a ticket for it yet.
The issue is actually in @deephaven/chart where the Chart component does not respond to all changes in the plotly layout. Since the title is in the layout, but has no special handling, it doesn't respond to changes. I think axis labels have the same issue.
So the component isn't re-mounted on the client which is why adding a key prop to a wrapper is a workaround. It forces React to re-mount the component
Legacy plot titles don't change when they should.
In the below example, the title never changes from the initial
sym
The text was updated successfully, but these errors were encountered: