You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Update plot_config to show the "Upload to Cloud" button by default, and set the default server URL to cloud.plotly.com via [[#7909](https://github.com/plotly/plotly.js/pull/7909)]
* 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.
Copy file name to clipboardExpand all lines: test/plot-schema.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -269,7 +269,7 @@
269
269
},
270
270
"plotlyServerURL": {
271
271
"description": "Sets the URL for the `sendChartToCloud` modebar button. When clicked, the button will send the chart data to this URL.",
272
-
"dflt": "",
272
+
"dflt": "https://cloud.plotly.com/newchart",
273
273
"valType": "string"
274
274
},
275
275
"queueLength": {
@@ -315,7 +315,7 @@
315
315
},
316
316
"showSendToCloud": {
317
317
"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.",
0 commit comments