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 5a5db77 commit 63ef3e9Copy full SHA for 63ef3e9
1 file changed
src/traces/sankey/attributes.js
@@ -84,6 +84,9 @@ var attrs = module.exports = overrideAll({
84
description: 'Sets the font for node labels'
85
}),
86
87
+ // Remove top-level customdata
88
+ customdata: undefined,
89
+
90
node: {
91
label: {
92
valType: 'data_array',
0 commit comments