We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edf4795 commit dd62855Copy full SHA for dd62855
src/plots/attributes.js
@@ -136,6 +136,7 @@ module.exports = {
136
editType: 'none',
137
description: [
138
'Template string used for rendering the information that appear on hover box.',
139
+ 'Note that this will override `hoverinfo`.',
140
'Variables are inserted using %{variable}, for example "y: %{y}".',
141
'Numbers are formatted using d3-format\'s syntax %{variable:d3-format}, for example "Price: %{y:$.2f}".'
142
].join(' ')
0 commit comments