Skip to content

Commit fabdb3f

Browse files
doc(Chart): update label of Pie chart (#5419)
* chore: bump version 9.3.1-beta28 Co-Authored-By: cervinkamichal0 <[email protected]> * fix: reorder color * chore: bump version 9.3.1-beta29 --------- Co-authored-by: cervinkamichal0 <[email protected]>
1 parent fd49fa0 commit fabdb3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/BootstrapBlazor.Server/Components/Samples/Charts/Utility.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace BootstrapBlazor.Server.Components.Samples.Charts;
1010
/// </summary>
1111
internal static class Utility
1212
{
13-
public static IEnumerable<string> Colors { get; } = new List<string>() { "Red", "Blue", "Green", "Orange", "Yellow", "Tomato", "Pink", "Violet" };
13+
public static IEnumerable<string> Colors { get; } = new List<string>() { "Blue", "Green", "Red", "Orange", "Yellow", "Tomato", "Pink", "Violet" };
1414

1515
/// <summary>
1616
///

src/BootstrapBlazor/BootstrapBlazor.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Razor">
22

33
<PropertyGroup>
4-
<Version>9.3.1-beta28</Version>
4+
<Version>9.3.1-beta29</Version>
55
</PropertyGroup>
66

77
<ItemGroup>

0 commit comments

Comments
 (0)