Skip to content

scattergl lines don't link horizontal segments #2397

Closed
@wangyueming

Description

@wangyueming

Version: Both 1.33.1 and 1.34.0.

I am sorry I can not reproduce it in codepen. I can reproduce it in Electron of version 1.7.x. Need I prepare an Electron sample?

About the code, you can refer to https://codepen.io/yueming0799/pen/mXLwYx?editors=1010, yet it works fine in codepen.

2018-02-23 10 56 39

If the mode is lines, the line is broken.


traces.push({
    x: x,
    y: y,
    mode: "lines",
    line: {
      color: "#00ff40",
      width: 2,
      dash: 'solid',
    },
    type:'scattergl'
  });

Metadata

Metadata

Assignees

Labels

bugsomething brokenregressionthis used to work

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions