From 40d6fa0dd7dce94434f51af6cbd044742ecb0db2 Mon Sep 17 00:00:00 2001 From: Antoine Roy-Gobeil Date: Mon, 19 Nov 2018 13:06:20 -0500 Subject: [PATCH] update hovertemplate description --- src/components/fx/hovertemplate_attributes.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/fx/hovertemplate_attributes.js b/src/components/fx/hovertemplate_attributes.js index 2c19336a509..6c002d6404c 100644 --- a/src/components/fx/hovertemplate_attributes.js +++ b/src/components/fx/hovertemplate_attributes.js @@ -41,7 +41,8 @@ module.exports = function(opts, extra) { 'See https://github.com/d3/d3-format/blob/master/README.md#locale_format for details on the formatting syntax.', 'The variables available in `hovertemplate` are the ones emitted as event data described at this link https://plot.ly/javascript/plotlyjs-events/#event-data.', 'Additionally, every attributes that can be specified per-point (the ones that are `arrayOk: true`) are available.', - descPart + descPart, + 'Anything contained in tag `` is displayed in the secondary box, for example "{fullData.name}".' ].join(' ') };