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 can't fire mouse events on the HTMLLabel because of this code, and I thought about deleting it and using it, but it seems like it was intentional, so I'm asking why.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello!
I'm using the
HTMLLabel
component to add annotations to a donut chart, and I have a question.Looking at the code, I see that the
HTMLLabel
has added code topointerEvents="none"
in the top Group component. Can you tell me why this was added?I can't fire mouse events on the
HTMLLabel
because of this code, and I thought about deleting it and using it, but it seems like it was intentional, so I'm asking why.Thanks as always.
Beta Was this translation helpful? Give feedback.
All reactions