(#684) Enable setting the color of the values in a BreakdownChart

This commit is contained in:
Nils Andresen
2023-09-15 20:12:06 +02:00
parent 037e109699
commit bef21e8a21
6 changed files with 45 additions and 1 deletions

View File

@ -23,6 +23,7 @@ public static class Program
.FullSize()
.Width(60)
.ShowPercentage()
.WithValueColor(Color.Orange1)
.AddItem("SCSS", 37, Color.Red)
.AddItem("HTML", 28.3, Color.Blue)
.AddItem("C#", 22.6, Color.Green)