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 was trying to export a chart as PNG or SVG in Microsoft EDGE and it does not work
DOM7011: The code on this page disabled back and forward caching. For more information, see: http://go.microsoft.com/fwlink/?LinkID=291337
SCRIPT1223: The operation was canceled by the user.
highcharts-export-clientside.js (396,7)
I was trying to export a chart as PNG or SVG in Microsoft EDGE and it does not work
from what I can find EDGE does not support it (http://stackoverflow.com/questions/33197625/detect-data-uri-in-links-support-with-modernizr)
i did a quick hack and set browserSupportDownload = false;
This did bypass the error, but when it exported the PNG it was entirely black.
The text was updated successfully, but these errors were encountered: