Skip to content

Commit b492531

Browse files
authored
Merge pull request #7848 from plotly/cam/7847/remove-karma-import
fix: Remove mistakenly added import
2 parents 5f78dde + b16fc26 commit b492531

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

draftlogs/7802_change.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Update `sendDataToCloud` modebar button to upload chart to Plotly Cloud [[#7802](https://github.com/plotly/plotly.js/pull/7802)]
2+
- NOTE: The Plotly Cloud endpoint for receiving charts is not yet functional, so this button won't complete the upload.

src/plots/plots.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ plots.fontAttrs = require('./font_attributes');
3737
plots.layoutAttributes = require('./layout_attributes');
3838

3939
var commandModule = require('./command');
40-
const { server } = require('karma');
4140
plots.executeAPICommand = commandModule.executeAPICommand;
4241
plots.computeAPICommandBindings = commandModule.computeAPICommandBindings;
4342
plots.manageCommandObserver = commandModule.manageCommandObserver;

test/plot-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98663,4 +98663,4 @@
9866398663
"type": "waterfall"
9866498664
}
9866598665
}
98666-
}
98666+
}

0 commit comments

Comments
 (0)