We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
After zooming, a second trace appears and stays in the same spot independent of further panning.
Here's a minimal way of reproducing it:
Plotly.newPlot('myDiv', [{ x: [1, 2, 3, 4], y: [1,null,3,4], }]);
https://codepen.io/davsbb/pen/WNKeVba