We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
filesaver
1 parent 4675854 commit cea7c5eCopy full SHA for cea7c5e
src/components/modebar/buttons.js
@@ -49,12 +49,6 @@ modeBarButtons.toImage = {
49
title: 'Download plot as a png',
50
icon: Icons.camera,
51
click: function(gd) {
52
- if(Lib.isIE()) {
53
- Lib.notifier('Snapshotting is unavailable in Internet Explorer. ' +
54
- 'Consider exporting your images using the Plotly Cloud', 'long');
55
- return;
56
- }
57
-
58
Lib.notifier('Taking snapshot - this may take a few seconds', 'long');
59
60
downloadImage(gd)
0 commit comments