Skip to content

Commit 3d17792

Browse files
committed
remove unused contourcarpet attributes
1 parent 8aa7e54 commit 3d17792

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

src/traces/contourcarpet/attributes.js

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,8 @@ module.exports = extendFlat({}, {
4141
atype: heatmapAttrs.xtype,
4242
btype: heatmapAttrs.ytype,
4343

44-
mode: {
45-
valType: 'flaglist',
46-
flags: ['lines', 'fill'],
47-
extras: ['none'],
48-
role: 'info',
49-
editType: 'calc',
50-
description: ['The mode.'].join(' ')
51-
},
52-
53-
connectgaps: heatmapAttrs.connectgaps,
44+
// unimplemented - looks like connectgaps is implied true
45+
// connectgaps: heatmapAttrs.connectgaps,
5446

5547
fillcolor: {
5648
valType: 'color',

0 commit comments

Comments
 (0)