We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I am using amCharts
Could you please tell me that how to add Editing and drawing tools to chart in angular 2+
The text was updated successfully, but these errors were encountered:
First you need to add the export files to your project. Please check the information here: https://github.com/amcharts/export#1-include-the-minified-version-of-file-of-this-plugin-as-well-as-the
Then add the "export" setting to your chart configuration and set "enabled" to true:
"export"
"enabled"
true
"export": { "enabled": true }
At this point all export features will be available. You should find "Annotate" under the export button.
Sorry, something went wrong.
No branches or pull requests
Hi,
I am using amCharts
Could you please tell me that how to add Editing and drawing tools to chart in angular 2+
The text was updated successfully, but these errors were encountered: