Skip to content

Commit fec3739

Browse files
committedFeb 25, 2019
sankey: fix attribute's role for node.groups
1 parent 31990f0 commit fec3739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/traces/sankey/attributes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ var attrs = module.exports = overrideAll({
9595
freeLength: true,
9696
dflt: [],
9797
items: {valType: 'number', editType: 'calc'},
98-
role: 'calc',
98+
role: 'info',
9999
description: [
100100
'Groups of nodes.',
101101
'Each group is defined by an array with the indices of the nodes it contains.',

0 commit comments

Comments
 (0)
Please sign in to comment.