We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aa7e54 commit 3d17792Copy full SHA for 3d17792
src/traces/contourcarpet/attributes.js
@@ -41,16 +41,8 @@ module.exports = extendFlat({}, {
41
atype: heatmapAttrs.xtype,
42
btype: heatmapAttrs.ytype,
43
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,
+ // unimplemented - looks like connectgaps is implied true
+ // connectgaps: heatmapAttrs.connectgaps,
54
55
fillcolor: {
56
valType: 'color',
0 commit comments