Figure callback issues with Area

Has anyone had any issues with updating an Area figure through a callback (for a dcc.Graph component)? When I replace Area with another figure, the callback updates fine, but when I switch it back to Area, only the title visually updates, yet when I output the state of the Graph, it shows the data being updated.

Unfortunately there are a lot of issues with area - That code hasn’t been updated in a few years. However, the plotly.js team is working on a new version that should be out in a few weeks. You can track its progress here: https://github.com/plotly/plotly.js/issues/2810

1 Like