Add units for pie chart
parent
0f19a9c129
commit
43fd2cb5dd
|
|
@ -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' }
|
||||
|
|
|
|||
Loading…
Reference in New Issue