We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0be5d33 commit 2b3081aCopy full SHA for 2b3081a
src/plotly.js
@@ -84,11 +84,8 @@ exports.register = function register(_modules) {
84
}
85
};
86
87
-
88
-exports.register(require('./traces/scatter'));
89
90
// Scatter is the only trace included by default
91
-exports.Scatter = Plots.getModule('scatter');
+exports.register(require('./traces/scatter'));
92
93
// plot api
94
require('./plot_api/plot_api');
0 commit comments