Skip to content

Commit 9959cb8

Browse files
committed
add extra info
1 parent 7d5492d commit 9959cb8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/plot_api/plot_config.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ var configAttributes = {
3636
description: [
3737
'When set it determines base URL e.g. \'https://plotly.com\' for',
3838
'the \'Edit in Chart Studio\' (aka sendDataToCloud) mode bar button',
39-
'and the showLink/sendData on-graph link.'
39+
'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.'
4043
].join(' ')
4144
},
4245

0 commit comments

Comments
 (0)