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

Request to Display Line Legend Instead of Circle When GeometryStroke and GeometryFill Are Null #1331

Closed
ts-research7 opened this issue Oct 25, 2023 · 1 comment
Labels
new feature priority 1 might not be fixed in the next release of the library, but it will soon!
Milestone

Comments

@ts-research7
Copy link

Is your feature request related to a problem? Please describe.
When I create a LineSeries with GeometryStroke = null, GeometryFill = null, and Stroke = new SolidColorPaint(SKColors.Red), the legend of the series is displayed with a red circle followed by the legend name.

Describe the solution you'd like
Since GeometryStroke and GeometryFill are null, I want the legend to display as a red line followed by the legend name.

@beto-rodriguez beto-rodriguez added new feature priority 1 might not be fixed in the next release of the library, but it will soon! labels Oct 27, 2023
@beto-rodriguez
Copy link
Owner

Fixed with the referenced PR and will be included in the next version of the library.

@beto-rodriguez beto-rodriguez added this to the rc-4 milestone Oct 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature priority 1 might not be fixed in the next release of the library, but it will soon!
Projects
None yet
Development

No branches or pull requests

2 participants