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'd like to show all points in the box plot, so that people can select the points. It seems the only way is to add a scatter trace with the box trace. "scatter" + "box" works fine: https://codepen.io/anon/pen/LLqrmx?editors=0010
However if I change it to "scattergl", then it doesn't work. Since "scattergl" is way faster than "scatter", so it would be nice if this works. Thank you!
The text was updated successfully, but these errors were encountered:
I'd like to show all points in the box plot, so that people can select the points. It seems the only way is to add a scatter trace with the box trace. "scatter" + "box" works fine:
https://codepen.io/anon/pen/LLqrmx?editors=0010
However if I change it to "scattergl", then it doesn't work. Since "scattergl" is way faster than "scatter", so it would be nice if this works. Thank you!
The text was updated successfully, but these errors were encountered: