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