amcharts / export

Apache License 2.0
56 stars 33 forks source link

Retain annotations on page after downloading the file #42

Closed anrchen closed 8 years ago

anrchen commented 8 years ago

After adding an annotation, if the user downloads the file(no matter the type of file), the annotation made will disappear from the page. Same as printing the amCharts.

maertz commented 8 years ago

You are probably looking for the "drawing.autoClose" settings, which has been added since 1.3.2.

  "export": {
    "enabled": true,
    "drawing": {
      "autoClose": false
    }
  }

http://codepen.io/team/amcharts/pen/0e4a24da7b32f20015a624696f2baee2?editors=0010