@@ -32,10 +32,14 @@ var configAttributes = {
3232
3333 plotlyServerURL : {
3434 valType : 'string' ,
35- dflt : 'https://plot.ly ' ,
35+ dflt : '' ,
3636 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.'
3943 ] . join ( ' ' )
4044 } ,
4145
@@ -261,10 +265,10 @@ var configAttributes = {
261265 dflt : false ,
262266 description : [
263267 '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' ,
266270 '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' ,
268272 'to an external server. However that server does not persist your data' ,
269273 'until you arrive at the Chart Studio and explicitly click "Save".'
270274 ] . join ( ' ' )
0 commit comments