Skip to content

Commit cec8d65

Browse files
committed
Remove zindex from funnelarea
1 parent a141e00 commit cec8d65

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

src/traces/funnelarea/attributes.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,5 @@ module.exports = {
9898
description: [
9999
'Sets the ratio between bottom length and maximum top length.'
100100
].join(' ')
101-
},
102-
zindex: {
103-
valType: 'integer',
104-
dflt: 0,
105-
editType: 'calc',
106-
description: [
107-
'Sets the layer on which this trace is displayed, relative to ',
108-
'other traces on the same axes. Traces with higher `zindex` ',
109-
'appear in front of those with lower `zindex`.'
110-
].join(' ')
111101
}
112102
};

src/traces/funnelarea/defaults.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,4 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
6969

7070
coerce('aspectratio');
7171
coerce('baseratio');
72-
coerce('zindex');
7372
};

0 commit comments

Comments
 (0)