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
'Template string used for rendering the information that appear on hover box.',
40
56
'Note that this will override `hoverinfo`.',
41
-
'Variables are inserted using %{variable}, for example "y: %{y}".',
42
-
'Numbers are formatted using d3-format\'s syntax %{variable:d3-format}, for example "Price: %{y:$.2f}".',
43
-
FORMAT_LINK,
44
-
'for details on the formatting syntax.',
45
-
'Dates are formatted using d3-time-format\'s syntax %{variable|d3-time-format}, for example "Day: %{2019-01-01|%A}".',
46
-
DATE_FORMAT_LINK,
47
-
'for details on the date formatting syntax.',
57
+
templateFormatStringDescription,
48
58
'The variables available in `hovertemplate` are the ones emitted as event data described at this link https://plot.ly/javascript/plotlyjs-events/#event-data.',
49
59
'Additionally, every attributes that can be specified per-point (the ones that are `arrayOk: true`) are available.',
0 commit comments