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 27f8cfe commit 221b124Copy full SHA for 221b124
src/traces/contourcarpet/attributes.js
@@ -93,6 +93,9 @@ module.exports = extendFlat({}, {
93
].join(' ')
94
},
95
showlines: contourContourAttrs.showlines,
96
+ showlabels: contourContourAttrs.showlabels,
97
+ font: contourContourAttrs.font,
98
+ labelformat: contourContourAttrs.labelformat,
99
operation: {
100
valType: 'enumerated',
101
values: [].concat(constants.INEQUALITY_OPS).concat(constants.INTERVAL_OPS).concat(constants.SET_OPS),
0 commit comments