This commit is contained in:
Sajal Sharma
2017-09-16 00:32:11 -07:00
parent 5a6ea555f9
commit 57f541a5da
2 changed files with 13 additions and 13 deletions
+12 -12
View File
@@ -7,12 +7,12 @@ google.charts.load('current', {'packages':['corechart']});
var data = google.visualization.arrayToDataTable([
['Task', 'Amount'],
['Food and Dining', 11],
['Transportation', 2],
['Utilities', 2],
['Clothing', 2],
['Entertainment', 2],
['Other',7]
['Food and Dining', 38.30],
['Transportation', 12.01],
['Utilities', 0],
['Clothing', 146.25],
['Entertainment', 20.50],
['Other', 100.01]
]);
@@ -28,12 +28,12 @@ google.charts.load('current', {'packages':['corechart']});
function drawBarChart() {
var data = google.visualization.arrayToDataTable([
['Category', 'You', 'Average 18 Year Old'],
['Food and Dining', 1000, 400],
['Transportation', 1170, 460],
['Utilities', 660, 1120],
['Clothing', 1030, 540],
['Entertainment', 1030, 540],
['Other', 1030, 540]
['Food and Dining', 38.30, 35],
['Transportation', 12.01, 10],
['Utilities', 0, 4],
['Clothing', 146.25, 70],
['Entertainment', 20.50, 20],
['Other', 100.01, 100]
]);
var options = {