We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a32036 commit b436003Copy full SHA for b436003
src/traces/sankey/attributes.js
@@ -125,7 +125,6 @@ var attrs = module.exports = overrideAll({
125
values: ['all', 'none', 'skip'],
126
dflt: 'all',
127
role: 'info',
128
- editType: 'none',
129
description: [
130
'Determines which trace information appear when hovering nodes.',
131
'If `none` or `skip` are set, no information is displayed upon hovering.',
@@ -196,7 +195,6 @@ var attrs = module.exports = overrideAll({
196
195
197
198
199
200
201
'Determines which trace information appear when hovering links.',
202
0 commit comments