Skip to content

Commit c0e4104

Browse files
committed
remove refs to d3 format
1 parent d82db2e commit c0e4104

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/plots/cartesian/layout_attributes.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,6 @@ module.exports = {
278278

279279
pattern: {
280280
valType: 'enumerated',
281-
// TODO could add '%H:%M:%S'
282281
values: ['day of week', 'hour', ''],
283282
dflt: '',
284283
role: 'info',
@@ -287,8 +286,6 @@ module.exports = {
287286
'Determines a pattern on the time line that generates breaks.',
288287
'If *day of week* - Sunday-based weekday as a decimal number [0, 6].',
289288
'If *hour* - hour (24-hour clock) as a decimal number [0, 23].',
290-
'*day of week* and *hour* are similar to *%w* and *%H* directives',
291-
'applied in `tickformat`, see https://github.com/d3/d3-time-format#locale_format',
292289
'for more info.',
293290
'Examples:',
294291
'- { pattern: \'day of week\', bounds: [6, 0] }',

0 commit comments

Comments
 (0)