Hi all, I have a series of graphs where I set config = {editable: True} since I want the user to be able to edit the titles of their graphs. However, sometimes I want to change other parts of the figure layout explicitly but doing so overrides the edits a user might have made to the title. IтАЩm just wondering when a user edits a layout title using config = {editable: True}, where the edited information is stored. That way I can try to grab it and remember it when making other changes to the layout.
IтАЩve tried looking into figure[тАШlayoutтАЩ][тАШtitleтАЩ] but that returns the original title and not the edited one. Please let me know if any more information is needed.
2 posts - 2 participants