export icon indicating copy to clipboard operation
export copied to clipboard

amcharts balloons are prevent graph from saving and sending thru email

Open KimBye opened this issue 7 years ago • 2 comments

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 updated to the latest export version, and the problem happened inside drawImage().

What I understand is that the function gets called as many as it is required for each of the balloons to render, but something has happened in one of those repeated callings, instead of normal width and height , this.cacheWidth and this.cacheHeight are of NaN while this._cacheCanvas are of 0 width and 0 height.

KimBye avatar Jul 07 '17 02:07 KimBye

I would appreciate if you can provide a working example to reproduce such behaviour.

maertz avatar Jul 10 '17 13:07 maertz

Here is the snippet

KimBye avatar Jul 11 '17 01:07 KimBye