There was an error while loading. Please reload this page.
1 parent ea44ed3 commit 9b9c0d1Copy full SHA for 9b9c0d1
2 files changed
draftlogs/7896_add.md
@@ -0,0 +1 @@
1
+- Add ability to use custom URL for chart upload from the dialog UI [#7896](https://github.com/plotly/plotly.js/pull/7896)
src/components/modebar/cloud_confirm.js
@@ -18,7 +18,7 @@ var _ = require('../../lib')._;
18
* plotlyServerURL config for that upload.
19
*
20
* @param {DOM node} gd - the graph div, used to scope the dialog to the plot
21
- * @param {string} serverUrl - default destination, pre-filled into the URL input
+ * @param {string} serverUrl - default destination
22
* @param {function} onConfirm - called with the (possibly edited) server URL when confirmed
23
*/
24
module.exports = function confirmCloudDialog(gd, serverUrl, onConfirm) {
0 commit comments