amcharts / export

Apache License 2.0
56 stars 33 forks source link

gradientRatio causes graph to disappear when downloading as a picture #46

Closed sveadevelopment closed 8 years ago

sveadevelopment commented 8 years ago

You can verify this bug with your donut chart demo: https://www.amcharts.com/demos/donut-with-radial-gradient/

It seems that if a chart has any values in gradientRatio-array, trying to save chart as an image will cause all slices to go transparent (excluding the borders) both on the page as well as in the saved image or pdf.

Everything goes fine if there are no gradientRatio parameter or if is an empty array.

sveadevelopment commented 8 years ago

This happens to with e.g. serial charts if you have more than one value in the fillColors-array (as a gradient).

maertz commented 8 years ago

Hi Maksuturvaict, Thank you very much for your patience, we've released an update which solves this issue.

Sincerely Ben