Skip to content

Commit b436003

Browse files
committed
remove editType on hoverinfo since it's overriden
1 parent 7a32036 commit b436003

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/traces/sankey/attributes.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ var attrs = module.exports = overrideAll({
125125
values: ['all', 'none', 'skip'],
126126
dflt: 'all',
127127
role: 'info',
128-
editType: 'none',
129128
description: [
130129
'Determines which trace information appear when hovering nodes.',
131130
'If `none` or `skip` are set, no information is displayed upon hovering.',
@@ -196,7 +195,6 @@ var attrs = module.exports = overrideAll({
196195
values: ['all', 'none', 'skip'],
197196
dflt: 'all',
198197
role: 'info',
199-
editType: 'none',
200198
description: [
201199
'Determines which trace information appear when hovering links.',
202200
'If `none` or `skip` are set, no information is displayed upon hovering.',

0 commit comments

Comments
 (0)