Skip to content

Commit ce393fb

Browse files
committed
make Snapshot and PlotSchema to 'beta' exposed methods
1 parent 7150055 commit ce393fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ exports.addTraces = Plotly.addTraces;
1919
exports.deleteTraces = Plotly.deleteTraces;
2020
exports.moveTraces = Plotly.moveTraces;
2121

22-
// unofficial plot methods, use at your own risk
22+
// unofficial 'beta' plot methods, use at your own risk
2323
exports.Plots = Plotly.Plots;
2424
exports.Fx = Plotly.Fx;
25-
26-
// TODO expose snapshot and plot_schema
25+
exports.Snapshot = Plotly.Snapshot;
26+
exports.PlotSchema = Plotly.PlotSchema;
2727

2828
// export d3 used in the bundle
2929
exports.d3 = require('d3');

0 commit comments

Comments
 (0)