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 ed90f81 commit 9972341Copy full SHA for 9972341
src/index.js
@@ -29,6 +29,9 @@ exports.deleteTraces = Plotly.deleteTraces;
29
exports.moveTraces = Plotly.moveTraces;
30
exports.setPlotConfig = require('./plot_api/set_plot_config');
31
32
+// plot icons
33
+exports.Icons = require('../build/ploticon');
34
+
35
// unofficial 'beta' plot methods, use at your own risk
36
exports.Plots = Plotly.Plots;
37
exports.Fx = Plotly.Fx;
0 commit comments