@@ -32,10 +32,14 @@ var configAttributes = {
32
32
33
33
plotlyServerURL : {
34
34
valType : 'string' ,
35
- dflt : 'https://plot.ly ' ,
35
+ dflt : '' ,
36
36
description : [
37
- 'Sets base URL for the \'Edit in Chart Studio\' (aka sendDataToCloud) mode bar button' ,
38
- 'and the showLink/sendData on-graph link'
37
+ 'When set it determines base URL for' ,
38
+ 'the \'Edit in Chart Studio\' `showEditInChartStudio`/`showSendToCloud` mode bar button' ,
39
+ 'and the showLink/sendData on-graph link.' ,
40
+ 'To enable sending your data to Chart Studio Cloud, you need to' ,
41
+ 'set both `plotlyServerURL` to \'https://chart-studio.plotly.com\' and' ,
42
+ 'also set `showSendToCloud` to true.'
39
43
] . join ( ' ' )
40
44
} ,
41
45
@@ -261,10 +265,10 @@ var configAttributes = {
261
265
dflt : false ,
262
266
description : [
263
267
'Should we include a ModeBar button, labeled "Edit in Chart Studio",' ,
264
- 'that sends this chart to plot.ly or another plotly server as specified ' ,
265
- 'by `plotlyServerURL` for editing, export, etc? Prior to version 1.43.0' ,
268
+ 'that sends this chart to chart-studio.plotly.com (formerly plot.ly) or another plotly server' ,
269
+ 'as specified by `plotlyServerURL` for editing, export, etc? Prior to version 1.43.0' ,
266
270
'this button was included by default, now it is opt-in using this flag.' ,
267
- 'Note that this button can (depending on `plotlyServerURL`) send your data' ,
271
+ 'Note that this button can (depending on `plotlyServerURL` being set ) send your data' ,
268
272
'to an external server. However that server does not persist your data' ,
269
273
'until you arrive at the Chart Studio and explicitly click "Save".'
270
274
] . join ( ' ' )
0 commit comments