Add breakdown chart support

This also cleans up the bar chart code slightly and fixes
some minor bugs that were detected in related code.

Closes #244
This commit is contained in:
Patrik Svensson
2021-01-31 22:46:15 +01:00
committed by Patrik Svensson
parent 58400fe74e
commit b64e016e8c
32 changed files with 911 additions and 41 deletions

View File

@@ -10,6 +10,6 @@ namespace Spectre.Console
/// <summary>
/// Gets or sets the culture.
/// </summary>
CultureInfo Culture { get; set; }
CultureInfo? Culture { get; set; }
}
}