We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From documentation:
A legend is added automatically when names are used for data sets.
That's incorrect right now.
Probably because
let hasLegend = not (String.IsNullOrEmpty series.Name) || LegendEnabled.IsSome
series.Name is empty since #21
series.Name
The text was updated successfully, but these errors were encountered:
dce9fec
does this check-in fix this issue?
Sorry, something went wrong.
@voronoipotato no.
Probably I wasn't clear enough.
96e4f6c
Name was set to a Chart, but legend's visibility still depends on name of a series.
So, I see two options here:
hasLegend
ch.Name
No branches or pull requests
From documentation:
That's incorrect right now.
Probably because
series.Name
is empty since #21The text was updated successfully, but these errors were encountered: