@@ -32,7 +32,7 @@ var configAttributes = {
3232
3333 plotlyServerURL : {
3434 valType : 'string' ,
35- dflt : 'https://plot.ly ' ,
35+ dflt : '' ,
3636 description : [
3737 'Sets base URL for the \'Edit in Chart Studio\' (aka sendDataToCloud) mode bar button' ,
3838 'and the showLink/sendData on-graph link'
@@ -261,10 +261,10 @@ var configAttributes = {
261261 dflt : false ,
262262 description : [
263263 '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' ,
266266 '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' ,
268268 'to an external server. However that server does not persist your data' ,
269269 'until you arrive at the Chart Studio and explicitly click "Save".'
270270 ] . join ( ' ' )
0 commit comments