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 0cbc292 commit 6348f9cCopy full SHA for 6348f9c
docs/samples/legend/html.md
@@ -61,6 +61,7 @@ const htmlLegendPlugin = {
61
boxSpan.style.borderColor = item.strokeStyle;
62
boxSpan.style.borderWidth = item.lineWidth + 'px';
63
boxSpan.style.display = 'inline-block';
64
+ boxSpan.style.flexShrink = 0;
65
boxSpan.style.height = '20px';
66
boxSpan.style.marginRight = '10px';
67
boxSpan.style.width = '20px';
0 commit comments