Skip to content

Commit f34bc9c

Browse files
committed
Update test plot-schema.json
1 parent dd0a79a commit f34bc9c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

test/plot-schema.json

Lines changed: 3 additions & 3 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": "https://cloud.plotly.com/newchart",
283+
"dflt": "",
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": true,
345+
"dflt": false,
346346
"valType": "boolean"
347347
},
348348
"showSources": {
@@ -98668,4 +98668,4 @@
9866898668
"type": "waterfall"
9866998669
}
9867098670
}
98671-
}
98671+
}

0 commit comments

Comments
 (0)