Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FR] Change the height of the legend graphic (specifically for fill) #6984

Open
avsdev-cw opened this issue Apr 25, 2024 · 0 comments
Open

Comments

@avsdev-cw
Copy link

Currently the height of the "fill" section of the legend "key" (for want of a better word) is fixed:

fill.attr('d', pathStart + 'h' + itemWidth + 'v6h-' + itemWidth + 'z')
.call(fillStyle);

Please could functionality to change this be implemented. A number of our users find the distinction between line and fill keys to be too indistinguishable (particularly when using plots with wider line thicknesses).

I am aware of #3735 but feel this is much more targeted (thus easier) than a general overhaul of the legend styling.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant