-
Hi - how do I access the actual underlying HTMLElement. Highcharts (for example) wants access to it. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
ivanceras
Dec 26, 2021
Replies: 1 comment 1 reply
-
You can access it by assigning an Id to an element and access it using query selector or getElementById. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
yatesco
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can access it by assigning an Id to an element and access it using query selector or getElementById.