@@ -287,14 +287,14 @@ module.exports = {
287
287
'Determines a pattern on the time line that generates breaks.' ,
288
288
'If *day of week* - Sunday-based weekday as a decimal number [0, 6].' ,
289
289
'If *time of day* - hour (24-hour clock) as a decimal number [0, 23].' ,
290
- 'These are the same directive as in `tickformat`, see ' ,
291
- 'https://github.com/d3/d3-time-format#locale_format' ,
290
+ '*day of week* and *time of day* are similar to *%w* and *%H* directives ' ,
291
+ 'applied in `tickformat`, see https://github.com/d3/d3-time-format#locale_format' ,
292
292
'for more info.' ,
293
293
'Examples:' ,
294
- '- { pattern: \'day of week\', bounds: [6, 0], operation: \'[]\' }' ,
294
+ '- { pattern: \'day of week\', bounds: [6, 0] }' ,
295
295
' breaks from Saturday to Monday (i.e. skips the weekends).' ,
296
- '- { pattern: \'time of day\', bounds: [17 , 8] }' ,
297
- ' breaks from 5pm to 8am (i.e. skips non-work hours).'
296
+ '- { pattern: \'time of day\', bounds: [16 , 8] }' ,
297
+ ' breaks from 4pm to 8am (i.e. skips non-work hours).'
298
298
] . join ( ' ' )
299
299
} ,
300
300
0 commit comments