You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/plots/template_attributes.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ function templateFormatStringDescription(opts) {
11
11
'Variables are inserted using %{variable},',
12
12
'for example "y: %{y}"'+(
13
13
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.' :
15
15
'.'
16
16
),
17
17
'Numbers are formatted using d3-format\'s syntax %{variable:d3-format}, for example "Price: %{y:$.2f}".',
0 commit comments