Skip to content

Commit 221b124

Browse files
committed
include label attrs in contourcarpet to avoid errors but they're noops
1 parent 27f8cfe commit 221b124

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/traces/contourcarpet/attributes.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ module.exports = extendFlat({}, {
9393
].join(' ')
9494
},
9595
showlines: contourContourAttrs.showlines,
96+
showlabels: contourContourAttrs.showlabels,
97+
font: contourContourAttrs.font,
98+
labelformat: contourContourAttrs.labelformat,
9699
operation: {
97100
valType: 'enumerated',
98101
values: [].concat(constants.INEQUALITY_OPS).concat(constants.INTERVAL_OPS).concat(constants.SET_OPS),

0 commit comments

Comments
 (0)