diff --git a/src/views/dashboard/AnalyticsCpu.vue b/src/views/dashboard/AnalyticsCpu.vue index 7ff6d692..2e5458ff 100644 --- a/src/views/dashboard/AnalyticsCpu.vue +++ b/src/views/dashboard/AnalyticsCpu.vue @@ -27,6 +27,7 @@ const chartOptions = controlledComputed(() => vuetifyTheme.name.value, () => { chart: { parentHeightOffset: 0, toolbar: { show: false }, + animations: { enabled: false }, }, tooltip: { enabled: false }, grid: { @@ -75,6 +76,7 @@ const chartOptions = controlledComputed(() => vuetifyTheme.name.value, () => { }, yaxis: { labels: { show: false }, + max: 100, }, } })