Skip to content

Commit 2b3081a

Browse files
committed
rm Scatter from internal Plotly object
1 parent 0be5d33 commit 2b3081a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/plotly.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,8 @@ exports.register = function register(_modules) {
8484
}
8585
};
8686

87-
88-
exports.register(require('./traces/scatter'));
89-
9087
// Scatter is the only trace included by default
91-
exports.Scatter = Plots.getModule('scatter');
88+
exports.register(require('./traces/scatter'));
9289

9390
// plot api
9491
require('./plot_api/plot_api');

0 commit comments

Comments
 (0)