fslaborg / fslaborg/FSharp.Charting

Legend in case of using Name property

Open
#144 2 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.