Skip to content

Commit a78600a

Browse files
committed
fix syntax
1 parent 1caf321 commit a78600a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/components/fx/hovertemplate_attributes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ module.exports = function(opts, extra) {
4040
'Numbers are formatted using d3-format\'s syntax %{variable:d3-format}, for example "Price: %{y:$.2f}".',
4141
'See https://github.com/d3/d3-format/blob/master/README.md#locale_format for details on the formatting syntax.',
4242
'The variables available in `hovertemplate` are the ones emitted as event data described at this link https://plot.ly/javascript/plotlyjs-events/#event-data.',
43-
'Additionally, every attributes that can be specified per-point (the ones that are `arrayOk: true`) are available.'
43+
'Additionally, every attributes that can be specified per-point (the ones that are `arrayOk: true`) are available.',
4444
descPart
4545
].join(' ')
4646
};

0 commit comments

Comments
 (0)