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 7150055 commit ce393fbCopy full SHA for ce393fb
src/index.js
@@ -19,11 +19,11 @@ exports.addTraces = Plotly.addTraces;
19
exports.deleteTraces = Plotly.deleteTraces;
20
exports.moveTraces = Plotly.moveTraces;
21
22
-// unofficial plot methods, use at your own risk
+// unofficial 'beta' plot methods, use at your own risk
23
exports.Plots = Plotly.Plots;
24
exports.Fx = Plotly.Fx;
25
-
26
-// TODO expose snapshot and plot_schema
+exports.Snapshot = Plotly.Snapshot;
+exports.PlotSchema = Plotly.PlotSchema;
27
28
// export d3 used in the bundle
29
exports.d3 = require('d3');
0 commit comments