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
Check this if you would like to implement a PR, we are more than happy to help you go through the process.
What problem are you trying to solve?
I want to allow a chart export and need access to the underlying SVG object inside the chart. Unfortunately, it is protected and there is no direct way to reach it unless turning off Typescript for this line.
Describe the solution you'd like
Either the svg property should not be protected or a getSvg method should be added.
Describe alternatives you've considered
// @ts-ignore
which is not a good "alternative"
Documentation, Adoption, Migration Strategy
No response
The text was updated successfully, but these errors were encountered:
Would you like to work on this feature?
What problem are you trying to solve?
I want to allow a chart export and need access to the underlying SVG object inside the chart. Unfortunately, it is protected and there is no direct way to reach it unless turning off Typescript for this line.
Describe the solution you'd like
Either the svg property should not be protected or a getSvg method should be added.
Describe alternatives you've considered
// @ts-ignore
which is not a good "alternative"
Documentation, Adoption, Migration Strategy
No response
The text was updated successfully, but these errors were encountered: