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 efcbfaa commit defaf8eCopy full SHA for defaf8e
src/plots/cartesian/axis_format.js
@@ -36,7 +36,9 @@ function descriptionOnlyNumbers(label) {
36
function descriptionWithDates(label) {
37
return descriptionOnlyNumbers(label) + [
38
' And for dates see: ' + DATE_FORMAT_LINK,
39
- 'We add one item to d3\'s date formatter: *%{n}f* for fractional seconds',
+ 'We add two items to d3\'s date formatter:',
40
+ '*%h* for half of the year as a decimal number as well as',
41
+ '*%{n}f* for fractional seconds',
42
'with n digits. For example, *2016-10-13 09:15:23.456* with tickformat',
43
'*%H~%M~%S.%2f* would display *09~15~23.46*'
44
].join(' ');
0 commit comments