msiqueira9

batchExport not woking on Ipad

Recommended Posts

Hi Ayan,

I managed to figure out that the issue is being cause in this part of the code:

b.raiseEvent("exported", {
                        DOMId: M,
                        height: g.height,
                        width: g.width,
                        fileName: e + "." + I,
                        statusCode: void 0,
                        statusMessage: void 0,
                        notice: void 0
 

                  }, k.chartInstance);

where it tries to get the g.height than it throws the error saying that g is undefined.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now