Skip to content
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

How to enable Draw or Editing Tools in am charts angular 2+ #78

Open
NagavijayColan opened this issue May 25, 2018 · 1 comment
Open

Comments

@NagavijayColan
Copy link

Hi,

I am using amCharts

Could you please tell me that how to add Editing and drawing tools to chart in angular 2+

@darlesson
Copy link
Contributor

darlesson commented May 26, 2018

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
 }

At this point all export features will be available. You should find "Annotate" under the export button.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants