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 have created a scatter plot that changes the opacity of a trace when clicked.
I have also set text labels for each point.
The text labels contain <span>'s and I've noticed they move during animations.
Here's a codepen that illustrates the issue better than I can describe.
The text was updated successfully, but these errors were encountered:
Hmm… I don't know why it's happening, but here's what's happening:
During the animation, the span gets offset properties. I'll need to investigate further though. I recall svg text span positioning being kinda strange and complicated the first time I encountered it.
I have created a scatter plot that changes the opacity of a trace when clicked.
I have also set text labels for each point.
The text labels contain
<span>
's and I've noticed they move during animations.Here's a codepen that illustrates the issue better than I can describe.
The text was updated successfully, but these errors were encountered: