diff --git a/BlazorExpress.ChartJS.Demo.RCL/Pages/Demos/BarChart/BarChart_Demo_08_Animations_B_DataSet_Level_Delay.razor b/BlazorExpress.ChartJS.Demo.RCL/Pages/Demos/BarChart/BarChart_Demo_08_Animations_B_DataSet_Level_Delay.razor index 90d33bbe..336728fc 100644 --- a/BlazorExpress.ChartJS.Demo.RCL/Pages/Demos/BarChart/BarChart_Demo_08_Animations_B_DataSet_Level_Delay.razor +++ b/BlazorExpress.ChartJS.Demo.RCL/Pages/Demos/BarChart/BarChart_Demo_08_Animations_B_DataSet_Level_Delay.razor @@ -30,7 +30,7 @@ BackgroundColor = new List { colors[7] }, BorderColor = new List { colors[7] }, BorderWidth = new List { 0 }, - Animation = new ChartAnimation { Duration = 1000, Delay = 1000 } + Animation = new ChartAnimation { Duration = 1000, Delay = 1500 } }; datasets.Add(dataset2); @@ -41,7 +41,7 @@ BackgroundColor = new List { colors[8] }, BorderColor = new List { colors[8] }, BorderWidth = new List { 0 }, - Animation = new ChartAnimation { Duration = 1000, Delay = 1500 } + Animation = new ChartAnimation { Duration = 1000, Delay = 2500 } }; datasets.Add(dataset3); diff --git a/BlazorExpress.ChartJS.Demo.RCL/wwwroot/css/blazorexpress.chartjs.demo.rcl.css b/BlazorExpress.ChartJS.Demo.RCL/wwwroot/css/blazorexpress.chartjs.demo.rcl.css index a72dbf13..33c998e0 100644 --- a/BlazorExpress.ChartJS.Demo.RCL/wwwroot/css/blazorexpress.chartjs.demo.rcl.css +++ b/BlazorExpress.ChartJS.Demo.RCL/wwwroot/css/blazorexpress.chartjs.demo.rcl.css @@ -79,6 +79,11 @@ h1:focus-visible { color: var(--bulma-text-weak); } +/* img */ +.image img { + width: auto; +} + /* carbon ads */ #carbonads { position: static; diff --git a/BlazorExpress.ChartJS.Demo.RCL/wwwroot/images/bar-chart.png b/BlazorExpress.ChartJS.Demo.RCL/wwwroot/images/bar-chart.png index 3b0800bf..486f5091 100644 Binary files a/BlazorExpress.ChartJS.Demo.RCL/wwwroot/images/bar-chart.png and b/BlazorExpress.ChartJS.Demo.RCL/wwwroot/images/bar-chart.png differ diff --git a/BlazorExpress.ChartJS.Demo.RCL/wwwroot/images/bubble-chart.png b/BlazorExpress.ChartJS.Demo.RCL/wwwroot/images/bubble-chart.png index 773e00be..782f4e6a 100644 Binary files a/BlazorExpress.ChartJS.Demo.RCL/wwwroot/images/bubble-chart.png and b/BlazorExpress.ChartJS.Demo.RCL/wwwroot/images/bubble-chart.png differ diff --git a/BlazorExpress.ChartJS.Demo.RCL/wwwroot/images/doughnut-chart.png b/BlazorExpress.ChartJS.Demo.RCL/wwwroot/images/doughnut-chart.png index 2395e843..53a62762 100644 Binary files a/BlazorExpress.ChartJS.Demo.RCL/wwwroot/images/doughnut-chart.png and b/BlazorExpress.ChartJS.Demo.RCL/wwwroot/images/doughnut-chart.png differ diff --git a/BlazorExpress.ChartJS.Demo.RCL/wwwroot/images/polar-area-chart.png b/BlazorExpress.ChartJS.Demo.RCL/wwwroot/images/polar-area-chart.png index 10c3259b..cd02ea36 100644 Binary files a/BlazorExpress.ChartJS.Demo.RCL/wwwroot/images/polar-area-chart.png and b/BlazorExpress.ChartJS.Demo.RCL/wwwroot/images/polar-area-chart.png differ diff --git a/BlazorExpress.ChartJS.Demo.RCL/wwwroot/images/radar-chart.png b/BlazorExpress.ChartJS.Demo.RCL/wwwroot/images/radar-chart.png index af0f3e48..6cd02e14 100644 Binary files a/BlazorExpress.ChartJS.Demo.RCL/wwwroot/images/radar-chart.png and b/BlazorExpress.ChartJS.Demo.RCL/wwwroot/images/radar-chart.png differ diff --git a/BlazorExpress.ChartJS.Demo.RCL/wwwroot/images/scatter-chart.png b/BlazorExpress.ChartJS.Demo.RCL/wwwroot/images/scatter-chart.png index 67daa59f..efd5a5fb 100644 Binary files a/BlazorExpress.ChartJS.Demo.RCL/wwwroot/images/scatter-chart.png and b/BlazorExpress.ChartJS.Demo.RCL/wwwroot/images/scatter-chart.png differ