Hi Plotly Dash-ers,
Fairly recently (in the last couple of weeks?) it seems that it’s no-longer possible to click on the “Edit in Chart Studio” button of a dcc.Graph and then see the data behind the graph available in a spreadsheet-like format within Chart Studio. Instead, we are redirected to:
(Which incidentally seems to be partially broken, displaying the error “dash-simple-apps.plotly.host’s server IP address could not be found” where some kind of example dashboard should be.)
This ability to view the raw data in Chart Studio was an extremely useful way of accessing the data behind a graph, and was a feature we frequently used. It seems to have been removed with little or no warning that I’m aware of. Is there a replacement mechanism for accessing the raw data? Such as a ‘download as csv’ feature, or some such? Or is the advice to still follow what was done in this old thread:
The dashboard we’re using was implemented a couple of years back, and is using dash v0.38.0… so we’re a bit behind on the times, and I’ve not been doing a good job of keeping up with all the (many!) changes going on with the library. I attempted to move to v1.9.1 to see if that fixed the issue Chart Studio issue, but it did not (it did however introduce many breakages, such as callbacks getting fired twice that were previously only fired once … which might be the subject of another topic shortly)
Cheers,
Rob