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 ce393fb commit dd8b3d3Copy full SHA for dd8b3d3
src/plot_config.js renamed to src/plot_api/plot_config.js
src/plotly.js
@@ -20,7 +20,7 @@ require('../build/plotcss');
20
21
// configuration
22
exports.MathJaxConfig = require('./fonts/mathjax_config');
23
-exports.defaultConfig = require('./plot_config');
+exports.defaultConfig = require('./plot_api/plot_config');
24
25
// plots
26
exports.Plots = require('./plots/plots');
0 commit comments