@@ -32,7 +32,7 @@ var configAttributes = {
32
32
33
33
plotlyServerURL : {
34
34
valType : 'string' ,
35
- dflt : 'https://plot.ly ' ,
35
+ dflt : '' ,
36
36
description : [
37
37
'Sets base URL for the \'Edit in Chart Studio\' (aka sendDataToCloud) mode bar button' ,
38
38
'and the showLink/sendData on-graph link'
@@ -261,10 +261,10 @@ var configAttributes = {
261
261
dflt : false ,
262
262
description : [
263
263
'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' ,
264
+ 'that sends this chart to plotly.com (formerly plot.ly) or another plotly server' ,
265
+ 'as specified by `plotlyServerURL` for editing, export, etc? Prior to version 1.43.0' ,
266
266
'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' ,
267
+ 'Note that this button can (depending on `plotlyServerURL` being set ) send your data' ,
268
268
'to an external server. However that server does not persist your data' ,
269
269
'until you arrive at the Chart Studio and explicitly click "Save".'
270
270
] . join ( ' ' )
0 commit comments