javascript - How to fix the bug thrown by highcharts when trying to download PDF version of the chart? -
there bug thrown when try use functionnality of highcharts pdf download. makes web-page no longer clickable, i've tried refresh after download using javascript still same. think there javascript still forwarding request export.highcharts server. so, i've added instruction abort javascript code execution, after full execution of web-page's code , after reload of page. but, bug still triggering.
how fix please?
i've tried using chrome , ie, , problem persists. try integrate api web-app, , can see bug thrown 'cause can't see jsfiddle.
ps : bug not thrown after pdf download, also, after load of chart!
here chrome's warning thrown (sorry in frensh, it's same appearence in other languages , it's known):

and web-page becomes this:

chrome's console's error thrown :

here full code : jsfiddle, but, jsfiddle doesn't show reload , threw exception. can test code
any brilliant idea, please?
Comments
Post a Comment