We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dd5e77 commit e247a11Copy full SHA for e247a11
src/components/modebar/buttons.js
@@ -71,7 +71,7 @@ modeBarButtons.toImage = {
71
72
modeBarButtons.sendDataToCloud = {
73
name: 'sendDataToCloud',
74
- title: 'Send to Chart Studio',
+ title: 'Edit in Chart Studio',
75
icon: Icons.disk,
76
click: function(gd) {
77
Plots.sendDataToCloud(gd);
0 commit comments