@@ -34,10 +34,10 @@ var configAttributes = {
3434 valType : 'string' ,
3535 dflt : '' ,
3636 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' ,
3939 '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' ,
4141 'set both `plotlyServerURL` to \'https://chart-studio.plotly.com\' and' ,
4242 'also set `showSendToCloud` to true.'
4343 ] . join ( ' ' )
@@ -265,7 +265,7 @@ var configAttributes = {
265265 dflt : false ,
266266 description : [
267267 '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' ,
269269 'as specified by `plotlyServerURL` for editing, export, etc? Prior to version 1.43.0' ,
270270 'this button was included by default, now it is opt-in using this flag.' ,
271271 'Note that this button can (depending on `plotlyServerURL` being set) send your data' ,
0 commit comments