Skip to content

Commit 062c934

Browse files
Update src/plots/template_attributes.js
Co-authored-by: Alex Johnson <[email protected]>
1 parent f8c8451 commit 062c934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/template_attributes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function templateFormatStringDescription(opts) {
1111
'Variables are inserted using %{variable},',
1212
'for example "y: %{y}"' + (
1313
supportOther ?
14-
' as well as %{xother}, {%_xother}, {%_xother_}, {%xother_}, when positions do not match. Please note that underscore could be used before or after *(x|y)other* to provide optional space.' :
14+
' as well as %{xother}, {%_xother}, {%_xother_}, {%xother_}. When showing info for several points, *xother* will be added to those with different x positions from the first point. An underscore before or after *(x|y)other* will add a space on that side, only when this field is shown.' :
1515
'.'
1616
),
1717
'Numbers are formatted using d3-format\'s syntax %{variable:d3-format}, for example "Price: %{y:$.2f}".',

0 commit comments

Comments
 (0)