Skip to content

Commit 4fb6bf9

Browse files
committed
update schema
1 parent 9b9c0d1 commit 4fb6bf9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/plot-schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@
280280
},
281281
"plotlyServerURL": {
282282
"description": "Sets the URL for the `sendChartToCloud` modebar button. When clicked, the button will send the chart data to this URL.",
283-
"dflt": "",
283+
"dflt": "https://cloud.plotly.com/newchart",
284284
"valType": "string"
285285
},
286286
"queueLength": {
@@ -342,7 +342,7 @@
342342
},
343343
"showSendToCloud": {
344344
"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.",
345-
"dflt": false,
345+
"dflt": true,
346346
"valType": "boolean"
347347
},
348348
"showSources": {

0 commit comments

Comments
 (0)