Skip to content

Commit ff34976

Browse files
committed
Update plot-schema in dist
1 parent 4a71e43 commit ff34976

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

dist/plot-schema.json

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,8 @@
279279
"valType": "number"
280280
},
281281
"plotlyServerURL": {
282-
"description": "When set it determines base URL for the 'Edit in Chart Studio' `showEditInChartStudio`/`showSendToCloud` mode bar button and the showLink/sendData on-graph link. To enable sending your data to Chart Studio Cloud, you need to set both `plotlyServerURL` to 'https://chart-studio.plotly.com' and also set `showSendToCloud` to true.",
283-
"dflt": "",
282+
"description": "Sets the URL for the `sendChartToCloud` modebar button. When clicked, the button will send the chart data to this URL.",
283+
"dflt": "https://cloud.plotly.com/newchart",
284284
"valType": "string"
285285
},
286286
"queueLength": {
@@ -330,18 +330,13 @@
330330
"dflt": true,
331331
"valType": "boolean"
332332
},
333-
"showEditInChartStudio": {
334-
"description": "Same as `showSendToCloud`, but use a pencil icon instead of a floppy-disk. Note that if both `showSendToCloud` and `showEditInChartStudio` are turned, only `showEditInChartStudio` will be honored.",
335-
"dflt": false,
336-
"valType": "boolean"
337-
},
338333
"showLink": {
339334
"description": "Determines whether a link to Chart Studio Cloud is displayed at the bottom right corner of resulting graphs. Use with `sendData` and `linkText`.",
340335
"dflt": false,
341336
"valType": "boolean"
342337
},
343338
"showSendToCloud": {
344-
"description": "Should we include a ModeBar button, labeled \"Edit in Chart Studio\", that sends this chart to chart-studio.plotly.com (formerly plot.ly) or another plotly server as specified by `plotlyServerURL` for editing, export, etc? Prior to version 1.43.0 this button was included by default, now it is opt-in using this flag. Note that this button can (depending on `plotlyServerURL` being set) send your data to an external server. However that server does not persist your data until you arrive at the Chart Studio and explicitly click \"Save\".",
339+
"description": "Should we include a modebar button that sends this chart to a URL specified by `plotlyServerURL`, for sharing the chart with others? Note that this button will (after a confirmation step) send chart data to an external server.",
345340
"dflt": false,
346341
"valType": "boolean"
347342
},
@@ -98651,4 +98646,4 @@
9865198646
"type": "waterfall"
9865298647
}
9865398648
}
98654-
}
98649+
}

0 commit comments

Comments
 (0)