Skip to content

Commit

Permalink
revert hour flag description - add operation fix for now
Browse files Browse the repository at this point in the history
  • Loading branch information
archmoj committed Mar 17, 2020
1 parent c0e4104 commit 94f8ef8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plots/cartesian/layout_attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,8 @@ module.exports = {
'Examples:',
'- { pattern: \'day of week\', bounds: [6, 0] }',
' breaks from Saturday to Monday (i.e. skips the weekends).',
'- { pattern: \'hour\', bounds: [16, 8] }',
' breaks from 4pm to 8am (i.e. skips non-work hours).'
'- { pattern: \'hour\', bounds: [17, 8], operation: \'()\' }', // TODO: simplify after revise defaults
' breaks from 5pm to 8am (i.e. skips non-work hours).'
].join(' ')
},

Expand Down

0 comments on commit 94f8ef8

Please sign in to comment.