Getting blur amchart image

23 Views Asked by At

Using amcharts4 legacy version const chartImageData = this.chart?.exporting.getImage("png")

I'm getting blur chart image via getImage("png").

I'm able to get clear image when calling getImage while chart initialisation But when I move scrollbars, etc. And then hit getImage then getting blurred image same code same everything for both.

Any help will be appreciated

0

There are 0 best solutions below