Skip to content

Commit 05ab23c

Browse files
committed
mention matching logic in description
1 parent d52a803 commit 05ab23c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plots/cartesian/layout_attributes.js

+1
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ module.exports = {
285285
description: [
286286
'Determines a pattern on the time line that generates breaks.',
287287
'If *' + DAY_OF_WEEK + '* - days of the week in English e.g. \'Sunday\' or `\sun\`',
288+
'(matching is case-insensitive and considers only the first three characters),',
288289
'as well as Sunday-based integers between 0 and 6.',
289290
'If *' + HOUR + '* - hour (24-hour clock) as decimal numbers between 0 and 24.',
290291
'for more info.',

0 commit comments

Comments
 (0)