Skip to content

Commit 43fd2cb

Browse files
authored
Add units for pie chart
1 parent 0f19a9c commit 43fd2cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/storageanalyzer/custom.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
const data = google.visualization.arrayToDataTable(chartData);
9999

100100
const options = {
101-
title: 'App Storage Breakdown',
101+
title: 'App Storage Breakdown (KBs)',
102102
chartArea: { width: '90%', height: '80%' },
103103
legend: { position: 'bottom' }
104104
};
@@ -119,7 +119,7 @@
119119
]);
120120

121121
const totalOptions = {
122-
title: 'Total Storage Usage',
122+
title: 'Total Storage Usage (KBs)',
123123

124124
chartArea: { width: '90%', height: '80%' },
125125
legend: { position: 'bottom' }

0 commit comments

Comments
 (0)