export icon indicating copy to clipboard operation
export copied to clipboard

Results 9 export issues
Sort by recently updated
recently updated
newest added

I have this problem, not everytime, but 1/10 of the downloads the graph gets downloaded partially, i get only the top left part the code I'm using to convert the...

I am trying to invoke export with my own buttons, outside of the chart, but am getting the following error : ``` TypeError: AmCharts.AmExport is not a constructor ``` I...

I want to add export property to an amchart created without this property, or change enabled property from false to true. If I using console can it effect? I tried...

Hi, When I use the following [example](https://www.amcharts.com/docs/v3/tutorials/export-specific-dataset-to-xlsx-json-or-csv/) from amCharts Tutorial and then add the parameter `"exportTitles": true`. After exporting charts to XLSX, the value of the title doesn't appear in...

I'm trying to export a chart that is zoomed. This is from a screenshot: ![image](https://user-images.githubusercontent.com/15981387/51016273-4f402580-15a2-11e9-8200-cebba83a6393.png) When I export to PNG using this function: ``` this.chart.export.capture({}, function() { this.toPNG({ quality: 1,...

bug

Hi there, I just experienced some misfired callback on ``` chart.export.capture(options, callback) ``` Im using amcharts version 3.21.11 Export Plugin. Here's some code I've used to reproduce the issue: ```...

Hi there, Is there any documentation for complete params for ```options.data``` object set in ``` setAnnotations(Object options, Function callback) ``` In the example it has the following: - top -...

The annotation choices in amcharts keep being selected, which result in multiple dropdowns being shown on top of each other

I am currently using `fabric.js version 1.7.11` and have trouble save graphs when the balloons are hovering on top the graph. This problem was not there before until recently I...