Skip to content

Commit a580000

Browse files
committed
expose Queue as part of the 'unofficial' api
1 parent bf971d6 commit a580000

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ exports.Plots = Plotly.Plots;
2525
exports.Fx = Plotly.Fx;
2626
exports.Snapshot = Plotly.Snapshot;
2727
exports.PlotSchema = Plotly.PlotSchema;
28+
exports.Queue = Plotly.Queue;
2829

2930
// export d3 used in the bundle
3031
exports.d3 = require('d3');

0 commit comments

Comments
 (0)