I’m currently creating an app that has a graph with stream update using extendTrace function.
The app creates multiples Scatters in python and then send the plot to a HTML page.
Since this app can graph N scatters, acconding to the variables the user adds. I need to identify each one in the .JS so I can update it.
I though it was enough to identify it in the JS but when I get the element with:
document.getElementById('graph').data
it lists all the graphs, but the uid is different from the one I setted in the python Scatter class…
Am I doing something wrong or is this a bug? Is there any other way to identify each scatter (except by the name which I don’t trust to use as a unique identifier)
I use Chart Studio, which is becoming unusable - because it chronically locks me out of my plots,
with the error: “parseSrcTag: no valid uids to retrieve”.
I can see my plots, but I cannot edit them.