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 bf971d6 commit a580000Copy full SHA for a580000
src/index.js
@@ -25,6 +25,7 @@ exports.Plots = Plotly.Plots;
25
exports.Fx = Plotly.Fx;
26
exports.Snapshot = Plotly.Snapshot;
27
exports.PlotSchema = Plotly.PlotSchema;
28
+exports.Queue = Plotly.Queue;
29
30
// export d3 used in the bundle
31
exports.d3 = require('d3');
0 commit comments