Skip to content

BUG: Ghost traces after zooming/panning when data has gaps (null) #6407

Closed
@dbuezas

Description

@dbuezas

After zooming, a second trace appears and stays in the same spot independent of further panning.

plotly bug

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions