This commit is contained in:
Arjun Patel
2017-09-15 23:52:34 -07:00
parent 6b4e6bf558
commit 4f4e304ed3
+1 -2
View File
@@ -12,10 +12,9 @@ google.charts.load('current', {'packages':['corechart']});
['Utilities', 2], ['Utilities', 2],
['Clothing', 2], ['Clothing', 2],
['Entertainment', 2], ['Entertainment', 2],
['Other', 7] ['Other', 7]
]); ]);
var options = { var options = {
title: 'Spending Breakdown' title: 'Spending Breakdown'
}; };