Skip to content

Commit dd62855

Browse files
committed
update description for hovertemplate
1 parent edf4795 commit dd62855

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plots/attributes.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ module.exports = {
136136
editType: 'none',
137137
description: [
138138
'Template string used for rendering the information that appear on hover box.',
139+
'Note that this will override `hoverinfo`.',
139140
'Variables are inserted using %{variable}, for example "y: %{y}".',
140141
'Numbers are formatted using d3-format\'s syntax %{variable:d3-format}, for example "Price: %{y:$.2f}".'
141142
].join(' ')

0 commit comments

Comments
 (0)