-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to export a graph #374
Comments
Given its a one line change, perhaps you can make a pull request for this?
|
The chart is already accessible with useChart: const c = useChart();
const chart = c.object; |
I am trying to access the "exportChart" method, which doesn't exist on the chart obj Looking to add it to the exposed interface in "BaseChart/createProvidedChart.js" or wherever it should fit |
There probably isn't typescript definition for exportChart as it is added via highcharts module. Did you try to run your code ignoring typescript warnings for exportChart? |
#375 |
Feature Request
Description
Be able to use the useChart Hook to access other methods on the Chart class
@anajavi Is there any reason they haven't been added in already, i see there is a few added in without types currently.
The text was updated successfully, but these errors were encountered: