After zooming, a second trace appears and stays in the same spot independent of further panning.  Here's a minimal way of reproducing it: ```javascript Plotly.newPlot('myDiv', [{ x: [1, 2, 3, 4], y: [1,null,3,4], }]); ``` https://codepen.io/davsbb/pen/WNKeVba