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 977021a commit 4af500aCopy full SHA for 4af500a
src/components/legend/style.js
@@ -66,7 +66,7 @@ function styleLines(d) {
66
showLine = subTypes.hasLines(trace);
67
68
if(trace && trace._module && trace._module.name === 'contourcarpet') {
69
- showLine = trace.contours.type === 'constraint';
+ showLine = trace.contours.type === 'constraint' || trace.contours.coloring === 'none';
70
showFill = trace.contours.type === 'constraint';
71
}
72
0 commit comments