Skip to content

Commit 772efe5

Browse files
committed
add info about matching axis type in attr description
1 parent 70b10ff commit 772efe5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/plots/cartesian/layout_attributes.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,8 @@ module.exports = {
227227
'Moreover, matching axes share auto-range values, category lists and',
228228
'histogram auto-bins.',
229229
'Note that setting axes simultaneously in both a `scaleanchor` and a `matches` constraint',
230-
'is currently forbidden.'
230+
'is currently forbidden.',
231+
'Moreover, note that matching must have the same `type`.'
231232
].join(' ')
232233
},
233234
// ticks

0 commit comments

Comments
 (0)