@@ -34,10 +34,10 @@ var configAttributes = {
34
34
valType : 'string' ,
35
35
dflt : '' ,
36
36
description : [
37
- 'When set it determines base URL e.g. \'https://plotly.com\' for' ,
38
- 'the \'Edit in Chart Studio\' (aka sendDataToCloud) mode bar button' ,
37
+ 'When set it determines base URL for' ,
38
+ 'the \'Edit in Chart Studio\' `showEditInChartStudio`/`showSendToCloud` mode bar button' ,
39
39
'and the showLink/sendData on-graph link.' ,
40
- 'To enable sending your data to Plotly\'s public cloud , you need to' ,
40
+ 'To enable sending your data to Chart Studio Cloud , you need to' ,
41
41
'set both `plotlyServerURL` to \'https://chart-studio.plotly.com\' and' ,
42
42
'also set `showSendToCloud` to true.'
43
43
] . join ( ' ' )
@@ -265,7 +265,7 @@ var configAttributes = {
265
265
dflt : false ,
266
266
description : [
267
267
'Should we include a ModeBar button, labeled "Edit in Chart Studio",' ,
268
- 'that sends this chart to plotly.com (formerly plot.ly) or another plotly server' ,
268
+ 'that sends this chart to chart-studio. plotly.com (formerly plot.ly) or another plotly server' ,
269
269
'as specified by `plotlyServerURL` for editing, export, etc? Prior to version 1.43.0' ,
270
270
'this button was included by default, now it is opt-in using this flag.' ,
271
271
'Note that this button can (depending on `plotlyServerURL` being set) send your data' ,
0 commit comments