We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d5492d commit 9959cb8Copy full SHA for 9959cb8
src/plot_api/plot_config.js
@@ -36,7 +36,10 @@ var configAttributes = {
36
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',
39
- 'and the showLink/sendData on-graph link.'
+ 'and the showLink/sendData on-graph link.',
40
+ 'To enable sending your data to Plotly\'s public cloud, you need to',
41
+ 'set both `plotlyServerURL` to \'https://chart-studio.plotly.com\' and',
42
+ 'also set `showSendToCloud` to true.'
43
].join(' ')
44
},
45
0 commit comments