We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa8db38 commit 1007c8aCopy full SHA for 1007c8a
src/plots/cartesian/index.js
@@ -24,6 +24,6 @@ exports.idRegex = {
24
};
25
26
exports.attrRegex = {
27
- x: /^x([2-9]|[1-9][0-9]+)?$/,
28
- y: /^y([2-9]|[1-9][0-9]+)?$/
+ x: /^xaxis([2-9]|[1-9][0-9]+)?$/,
+ y: /^yaxis([2-9]|[1-9][0-9]+)?$/
29
0 commit comments