Skip to content

Commit 94f8ef8

Browse files
committed
revert hour flag description - add operation fix for now
1 parent c0e4104 commit 94f8ef8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plots/cartesian/layout_attributes.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,8 @@ module.exports = {
290290
'Examples:',
291291
'- { pattern: \'day of week\', bounds: [6, 0] }',
292292
' breaks from Saturday to Monday (i.e. skips the weekends).',
293-
'- { pattern: \'hour\', bounds: [16, 8] }',
294-
' breaks from 4pm to 8am (i.e. skips non-work hours).'
293+
'- { pattern: \'hour\', bounds: [17, 8], operation: \'()\' }', // TODO: simplify after revise defaults
294+
' breaks from 5pm to 8am (i.e. skips non-work hours).'
295295
].join(' ')
296296
},
297297

0 commit comments

Comments
 (0)