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 e5bf7cf commit 4758fe3Copy full SHA for 4758fe3
src/plots/cartesian/axes.js
@@ -20,7 +20,7 @@ axes.supplyLayoutDefaults = require('./layout_defaults');
20
21
axes.setConvert = require('./set_convert');
22
23
-var axisIds = require('./axisIds');
+var axisIds = require('./axis_ids');
24
axes.id2name = axisIds.id2name;
25
axes.cleanId = axisIds.cleanId;
26
axes.list = axisIds.list;
0 commit comments