Closed
Description
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.
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'
});