We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bc8420 commit ef1979bCopy full SHA for ef1979b
src/plots/cartesian/axes.js
@@ -59,7 +59,7 @@ var axisIds = require('./axis_ids');
59
var idSort = axisIds.idSort;
60
var isLinked = axisIds.isLinked;
61
62
-// tight coupling to chart studio so should generally not be expanded.
+// tight coupling to chart studio
63
axes.id2name = axisIds.id2name;
64
axes.name2id = axisIds.name2id;
65
axes.cleanId = axisIds.cleanId;
0 commit comments