diff --git a/examples/server-performance-dashboard.ps1 b/examples/server-performance-dashboard.ps1 index 789a11cb..1b8917ba 100644 --- a/examples/server-performance-dashboard.ps1 +++ b/examples/server-performance-dashboard.ps1 @@ -62,6 +62,12 @@ Start-UdDashboard -Content { New-UdChartDataset -DataProperty "Size" -Label "Size" -BackgroundColor "#80962F23" -HoverBackgroundColor "#80962F23" New-UdChartDataset -DataProperty "FreeSpace" -Label "Free Space" -BackgroundColor "#8014558C" -HoverBackgroundColor "#8014558C" ) + } -Options @{ + scales = @{ + yAxes = @(@{ + min = 0 + }) + } } } }