You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i find an interesting bug when using scattergl et gap between point.
I made an exemple with 2 traces :
first trace have a gap with data in Y as [1,null,1,2]. The data is not the same for all point. It works as expected.
second trace have a gap with data in Y as [3,null,3,3]. The data is the same for all points except the null.
It doesn't works because there is a line between the first & the third point.
Hello,
i find an interesting bug when using scattergl et gap between point.
I made an exemple with 2 traces :
It doesn't works because there is a line between the first & the third point.
An exemple is visible here : https://codepen.io/anon/pen/KJbEoX
No problem with scatter.
The text was updated successfully, but these errors were encountered: