Matthew Watson
Matthew Watson
Here is the output for this graph state:  Console output of `console.log(JSON.stringify(gd.layout.shapes, null, 2));`: ``` [ { "editable": true, "fillcolor": "rgba(0, 0, 0, 0)", "fillrule": "evenodd",...
Pinging to see if there are any additional debugging tips for this. It continues to happen sporadically on shape updates to the canvas.
This is the change in elements in `fig['layout']['shapes']` after clearing, and re-parsing when the phantom shape appears: ``` # after clearing, right before the graph gets passed back to the...
I have found a possible solution to the problem, which is to modify the truthy value for `uirevision` in the layout if it has already been set: ``` cur_canvas['layout']['uirevision'] =...
Any update on this feature? I am interested in being able to add dragable text boxes to the canvas
Pinging here to see if there were any updates on this. I am continung to receive this error and it prevents certain callbacks from firing properly, such as when I...
@domerich Are you able to provide a dataset or minimal example to show this? With the latest version I still require data that are strictly monotonically increasing. As an example,...
Hi @kloetzl, let me know if any other changes should be made for this PR, thanks!
Thanks for the feedback, I appreciate it! I wasn't entirely sure which option would be best since `-h` was already used. I guess my intuition was that `-t` could be...
Fair enough! If you and Torsten feel that it's not necessary then I can close the PR.