Skip to content

Commit 7f086e0

Browse files
committed
fixup font->labelfont in contourcarpet
1 parent 9495dee commit 7f086e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/contourcarpet/attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ module.exports = extendFlat({}, {
9696
},
9797
showlines: contourContourAttrs.showlines,
9898
showlabels: contourContourAttrs.showlabels,
99-
labelfont: contourContourAttrs.font,
99+
labelfont: contourContourAttrs.labelfont,
100100
labelformat: contourContourAttrs.labelformat,
101101
operation: {
102102
valType: 'enumerated',

0 commit comments

Comments
 (0)