From 43fd2cb5dd6abcc3f2a0a4ed1ee9a1882f34409d Mon Sep 17 00:00:00 2001 From: RKBoss6 <178680496+RKBoss6@users.noreply.github.com> Date: Tue, 22 Jul 2025 17:16:53 -0400 Subject: [PATCH] Add units for pie chart --- apps/storageanalyzer/custom.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/storageanalyzer/custom.html b/apps/storageanalyzer/custom.html index 357da299d..2adefd29a 100644 --- a/apps/storageanalyzer/custom.html +++ b/apps/storageanalyzer/custom.html @@ -98,7 +98,7 @@ const data = google.visualization.arrayToDataTable(chartData); const options = { - title: 'App Storage Breakdown', + title: 'App Storage Breakdown (KBs)', chartArea: { width: '90%', height: '80%' }, legend: { position: 'bottom' } }; @@ -119,7 +119,7 @@ ]); const totalOptions = { - title: 'Total Storage Usage', + title: 'Total Storage Usage (KBs)', chartArea: { width: '90%', height: '80%' }, legend: { position: 'bottom' }