Add units for pie chart

master
RKBoss6 2025-07-22 17:16:53 -04:00 committed by GitHub
parent 0f19a9c129
commit 43fd2cb5dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@
const data = google.visualization.arrayToDataTable(chartData); const data = google.visualization.arrayToDataTable(chartData);
const options = { const options = {
title: 'App Storage Breakdown', title: 'App Storage Breakdown (KBs)',
chartArea: { width: '90%', height: '80%' }, chartArea: { width: '90%', height: '80%' },
legend: { position: 'bottom' } legend: { position: 'bottom' }
}; };
@ -119,7 +119,7 @@
]); ]);
const totalOptions = { const totalOptions = {
title: 'Total Storage Usage', title: 'Total Storage Usage (KBs)',
chartArea: { width: '90%', height: '80%' }, chartArea: { width: '90%', height: '80%' },
legend: { position: 'bottom' } legend: { position: 'bottom' }