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
If the options props is changed the chart is redrawn, however the changes in the options are not reflected in the redrawn chart because the draw method on the ChartWrapper is using the old options instance.
I guess a fix would be to call chartWrapper.setOptions (see docs) when the chart is redrawn or the options props is changed
The text was updated successfully, but these errors were encountered:
If the
options props
is changed the chart is redrawn, however the changes in the options are not reflected in the redrawn chart because thedraw
method on theChartWrapper
is using the old options instance.I guess a fix would be to call
chartWrapper.setOptions
(see docs) when the chart is redrawn or the options props is changedThe text was updated successfully, but these errors were encountered: