Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Png graph sometimes gets downloaded cropped #89

Open
icrestani opened this issue Apr 12, 2023 · 0 comments
Open

Png graph sometimes gets downloaded cropped #89

icrestani opened this issue Apr 12, 2023 · 0 comments

Comments

@icrestani
Copy link

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 graph to png it's the following:
var chart = AmCharts.charts[AmCharts.charts.length-1] chart.export.capture( {}, function() { this.toPNG( { multiplier: 2, }, function( data ) { pdf_layout.images[ "image_" + chart.id ] = data; this.download(data, 'test.png') } ); } );
I'm using AmCharts 3 if this can help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant