fslaborg / fslaborg/FSharp.Charting
Legend in case of using Name property
Open
- Dominant language
- F#
- Stars
- 209
- Forks
- 65
- PR merge metrics
- No merged PRs in 30d
Description
From documentation:
> A legend is added automatically when names are used for data sets.
That's incorrect right now.
Probably because
```fsharp
let hasLegend = not (String.IsNullOrEmpty series.Name) || LegendEnabled.IsSome
```
`series.Name` is empty since #21
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.