Skip to content

Commit 9972341

Browse files
committed
export Icons,
Plotly.Icons has the full set of icons, ready to be used by users in their custom modebar buttons
1 parent ed90f81 commit 9972341

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ exports.deleteTraces = Plotly.deleteTraces;
2929
exports.moveTraces = Plotly.moveTraces;
3030
exports.setPlotConfig = require('./plot_api/set_plot_config');
3131

32+
// plot icons
33+
exports.Icons = require('../build/ploticon');
34+
3235
// unofficial 'beta' plot methods, use at your own risk
3336
exports.Plots = Plotly.Plots;
3437
exports.Fx = Plotly.Fx;

0 commit comments

Comments
 (0)