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 would also be very happy about a workaround or general direction to try to implement a workaround myself. The reason I need scattergl is because my application is too laggy when using scatter with multiple thousand data points.
Thanks!
The text was updated successfully, but these errors were encountered:
then for the plotly data, providing this polygon data and filling toself:
x: xPolygon,
y: yPolygon,
type: "scattergl",
mode: "lines",
fill: "toself",
fillcolor: "rgba(0, 0, 0, 0.14)",
Thanks @53r1k - glad you found a workaround. Realistically, I don't think we're going to be able to get to this one any time soon, but we'd be happy to prioritize review if you are interested in preparing a PR. Thanks - @gvwilson
When the type of 2 curves is "scattergl" and there is a fill betweem them, it doesnt work.
Here is a reproducible, minimized codepen: https://codepen.io/GoldBlacky/pen/yyLgOdd
I would also be very happy about a workaround or general direction to try to implement a workaround myself. The reason I need scattergl is because my application is too laggy when using scatter with multiple thousand data points.
Thanks!
The text was updated successfully, but these errors were encountered: