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):

enter image description here

and web-page becomes this:

enter image description here

chrome's console's error thrown :

enter image description here

here full code : jsfiddle, but, jsfiddle doesn't show reload , threw exception. can test code

any brilliant idea, please?


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -