Skip to content

Commit 1007c8a

Browse files
committed
Tis a silly mistake
1 parent aa8db38 commit 1007c8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plots/cartesian/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ exports.idRegex = {
2424
};
2525

2626
exports.attrRegex = {
27-
x: /^x([2-9]|[1-9][0-9]+)?$/,
28-
y: /^y([2-9]|[1-9][0-9]+)?$/
27+
x: /^xaxis([2-9]|[1-9][0-9]+)?$/,
28+
y: /^yaxis([2-9]|[1-9][0-9]+)?$/
2929
};

0 commit comments

Comments
 (0)