amcharts / amcharts3-angular2

Official Angular 2 plugin for amCharts V3
99 stars 35 forks source link

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

Open NagavijayColan opened 6 years ago

NagavijayColan commented 6 years ago

Hi,

I am using amCharts

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

darlesson commented 6 years ago

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.