amcharts3-angular2 icon indicating copy to clipboard operation
amcharts3-angular2 copied to clipboard

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

Open NagavijayColan opened this issue 6 years ago • 1 comments

Hi,

I am using amCharts

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

NagavijayColan avatar May 25 '18 08:05 NagavijayColan

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.

darlesson avatar May 26 '18 05:05 darlesson