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 53d7ce3 commit 87c30feCopy full SHA for 87c30fe
src/traces/sankey/attributes.js
@@ -122,7 +122,7 @@ var attrs = module.exports = overrideAll({
122
description: 'Sets the thickness (in px) of the `nodes`.'
123
},
124
hoverinfo: {
125
- valtype: 'enumerated',
+ valType: 'enumerated',
126
values: ['all', 'none', 'skip'],
127
dflt: 'all',
128
role: 'info',
@@ -189,7 +189,7 @@ var attrs = module.exports = overrideAll({
189
description: 'A numeric value representing the flow volume value.'
190
191
192
193
194
195
0 commit comments