You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BoxWidth of legend labels should be applied when point styles are being used, particularly 'line'.
Current Behavior
BoxWidth is ignored when using point styles in legend labels.
This is understandable for standard point styles since it would only distort them, but it would be pretty useful for point styles 'line' and 'dash' since their purpose is to style the legend in the first place.
Currently if you use point style 'line' with a dashed line which pattern is rather long, the dashing won't appear in the legend.
And whether you use a dashed line or not, having control over the length of lines (via boxWidth) in the legend would be great.
Here is the legend I get for this dashed line :
While it works fine for a dashed line with a shorter pattern :
Hope a simple fix can be made !
Edit : I know the size can be changed by setting the legend font size to a higher number, but I would rather be able to set the font size independently from the line length.
The text was updated successfully, but these errors were encountered:
Lenophie
changed the title
[FEATURE] Box width not applied when using point style in legend labels
[FEATURE] Apply box width when using point style in legend labels
Aug 6, 2018
Also very useful when point style is an image.
In my case, I want to have a colored rectangle and an icon as image. At the moment, it's not possible only to increase the box width to give it enough space.
Using v3.4 btw
Expected Behavior
BoxWidth of legend labels should be applied when point styles are being used, particularly 'line'.
Current Behavior
BoxWidth is ignored when using point styles in legend labels.
This is understandable for standard point styles since it would only distort them, but it would be pretty useful for point styles 'line' and 'dash' since their purpose is to style the legend in the first place.
Currently if you use point style 'line' with a dashed line which pattern is rather long, the dashing won't appear in the legend.
And whether you use a dashed line or not, having control over the length of lines (via boxWidth) in the legend would be great.
Here is the legend I get for this dashed line :
While it works fine for a dashed line with a shorter pattern :
Hope a simple fix can be made !
Edit : I know the size can be changed by setting the legend font size to a higher number, but I would rather be able to set the font size independently from the line length.
The text was updated successfully, but these errors were encountered: