File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ function descriptionOnlyNumbers(label, x) {
25
25
return [
26
26
'Sets the ' + label + ' formatting rule' + ( x ? 'for `' + x + '` ' : '' ) ,
27
27
'using d3 formatting mini-languages' ,
28
- 'which are very similar to those in Python. For numbers, see: ' + FORMAT_LINK
28
+ 'which are very similar to those in Python. For numbers, see: ' + FORMAT_LINK + '.'
29
29
] . join ( ' ' ) ;
30
30
}
31
31
32
32
function descriptionWithDates ( label , x ) {
33
33
return descriptionOnlyNumbers ( label , x ) + [
34
- ' And for dates see: ' + DATE_FORMAT_LINK ,
34
+ ' And for dates see: ' + DATE_FORMAT_LINK + '.' ,
35
35
'We add two items to d3\'s date formatter:' ,
36
36
'*%h* for half of the year as a decimal number as well as' ,
37
37
'*%{n}f* for fractional seconds' ,
You can’t perform that action at this time.
0 commit comments