You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: