When i use LINQ i get the same color for every item **Example:** ` datasets = viewResult.GroupBy(g => g.Name).Select(x => new { label = x.Key, backgroundColor = "#"+ColorGenerator.GetLightRandomColor<HEX>().Value, data = x.Select(x => x.Wert).ToList() })`