Subtitles do not work when dcc.Graph() config toggles from config={editable: True} to config={editable: False}. Standalone it works as expected, and subtitle is the only layout feature that is affected by this. The bug only occurs going from True to False.
Video for added clarity
Description: On launch, the plot has no data, and is not editable, which is the desired behavior. Then off screen I select some filters which populate the chart with data. The subtitle for this chart is set to editable, and I can edit it as expected. Then I remove data from the chart, and it renders the same chart and settings as the chart on launch, except here the subtitle is not reset, and is editable.
Subtitles do not work when dcc.Graph() config toggles from
config={editable: True}
toconfig={editable: False}
. Standalone it works as expected, and subtitle is the only layout feature that is affected by this. The bug only occurs going fromTrue
toFalse
.Video for added clarity Description: On launch, the plot has no data, and is not editable, which is the desired behavior. Then off screen I select some filters which populate the chart with data. The subtitle for this chart is set to editable, and I can edit it as expected. Then I remove data from the chart, and it renders the same chart and settings as the chart on launch, except here the subtitle is not reset, and is editable.