Skip to content

Commit c2e1e01

Browse files
committed
Color utils update
1 parent 7e80dbf commit c2e1e01

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

BlazorExpress.ChartJS.Demo.RCL/BlazorExpress.ChartJS.Demo.RCL.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
</ItemGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="BlazorExpress.Bulma" Version="0.1.3" />
15-
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.11" />
14+
<PackageReference Include="BlazorExpress.Bulma" Version="0.0.4" />
15+
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.17" />
1616
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="8.0.0" />
1717
</ItemGroup>
1818

BlazorExpress.ChartJS.Demo.RCL/Pages/Demos/Utils/ColorUtil/ColorUtilDocumentation.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
@code {
2525
private const string pageUrl = RouteConstants.Demos_ColorUtils;
2626
private const string pageTitle = "Color Utils";
27-
private const string pageDescription = "For data visualization, you can use the predefined palettes ColorBuilder.CategoricalTwelveColors for a 12-color palette and ColorBuilder.CategoricalSixColors for a 6-color palette. These palettes offer a range of distinct and visually appealing colors that can be applied to represent different categories or data elements in your visualizations.";
27+
private const string pageDescription = "For data visualization, you can use the predefined palettes <code>ColorBuilder.CategoricalTwelveColors</code> for a 12-color palette and <code>ColorBuilder.CategoricalSixColors</code> for a 6-color palette. These palettes offer a range of distinct and visually appealing colors that can be applied to represent different categories or data elements in your visualizations.";
2828
private const string metaTitle = "Color Utils";
2929
private const string metaDescription = "For data visualization, you can use the predefined palettes ColorBuilder.CategoricalTwelveColors for a 12-color palette and ColorBuilder.CategoricalSixColors for a 6-color palette. These palettes offer a range of distinct and visually appealing colors that can be applied to represent different categories or data elements in your visualizations.";
3030
private const string imageUrl = "https://i.imgur.com/IX3bajc.png"; // TODO: update with the actual image URL for the Bar Chart demo

0 commit comments

Comments
 (0)