We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d52a803 commit 05ab23cCopy full SHA for 05ab23c
src/plots/cartesian/layout_attributes.js
@@ -285,6 +285,7 @@ module.exports = {
285
description: [
286
'Determines a pattern on the time line that generates breaks.',
287
'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),',
289
'as well as Sunday-based integers between 0 and 6.',
290
'If *' + HOUR + '* - hour (24-hour clock) as decimal numbers between 0 and 24.',
291
'for more info.',
0 commit comments