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
Currently the Ternary Plot only supports scatterternarytrace, I am developing an open source glass web database where ternary visualizations are very usefull. However, I can sense that there's a performace lag when I have more points to render.
This amount of data is fine and can be zoomed and panned without lag (around 300 points):
But with this, a bit lag while hovering and zooming (around 3000 points):
And below is of course very laggy (around 30000 points):
I found one comment #1385 (comment) from an old issue asking the same thing. It seems that it is not so easy to implement. Despite this, I would like to open this new issue to continue the discussion.
The text was updated successfully, but these errors were encountered:
Hello,
Currently the Ternary Plot only supports
scatterternary
trace, I am developing an open source glass web database where ternary visualizations are very usefull. However, I can sense that there's a performace lag when I have more points to render.This amount of data is fine and can be zoomed and panned without lag (around 300 points):

But with this, a bit lag while hovering and zooming (around 3000 points):

And below is of course very laggy (around 30000 points):

I found one comment #1385 (comment) from an old issue asking the same thing. It seems that it is not so easy to implement. Despite this, I would like to open this new issue to continue the discussion.
The text was updated successfully, but these errors were encountered: