diff --git a/draftlogs/7802_change.md b/draftlogs/7802_change.md new file mode 100644 index 00000000000..0cc7afe62cd --- /dev/null +++ b/draftlogs/7802_change.md @@ -0,0 +1,2 @@ +- Update `sendDataToCloud` modebar button to upload chart to Plotly Cloud [[#7802](https://github.com/plotly/plotly.js/pull/7802)] + - NOTE: The Plotly Cloud endpoint for receiving charts is not yet functional, so this button won't complete the upload. diff --git a/src/plots/plots.js b/src/plots/plots.js index e255c5017b1..084e527998a 100644 --- a/src/plots/plots.js +++ b/src/plots/plots.js @@ -37,7 +37,6 @@ plots.fontAttrs = require('./font_attributes'); plots.layoutAttributes = require('./layout_attributes'); var commandModule = require('./command'); -const { server } = require('karma'); plots.executeAPICommand = commandModule.executeAPICommand; plots.computeAPICommandBindings = commandModule.computeAPICommandBindings; plots.manageCommandObserver = commandModule.manageCommandObserver; diff --git a/test/plot-schema.json b/test/plot-schema.json index a8df219d1d7..290851beb69 100644 --- a/test/plot-schema.json +++ b/test/plot-schema.json @@ -98663,4 +98663,4 @@ "type": "waterfall" } } -} +} \ No newline at end of file