Skip to content

Commit 2fbbf53

Browse files
committed
1.0.0-preview1 updates
1 parent 51d4a7c commit 2fbbf53

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

BlazorExpress.ChartJS.Demo.RCL/Components/Layout/MainLayout.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Title="BlazorExpress.ChartJS"
1010
BadgeText="@Version"
1111
DataProvider="SidebarDataProvider"
12-
Style="--bb-sidebar-width: 300px !important;"/>
12+
Style="--bb-sidebar-width: 365px !important;"/>
1313

1414
<main class="bb-scrollbar">
1515
<div class="content my-4 my-md-4 px-4">

BlazorExpress.ChartJS.Demo.WebAssembly/wwwroot/appsettings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"version": "0.1.0",
2+
"version": "1.0.0-preview1",
33
"release": {
4-
"short_description": "ChartJS blazor components!!!"
4+
"short_description": "Bar, Doughnut, Line and Pie chart components!!!"
55
},
66
"urls": {
77
"home": "//chartjs.blazorexpress.com",

0 commit comments

Comments
 (0)