graphs: hack 300px width on charts because I can't figure out how to

make 100% work
This commit is contained in:
Tyler Renelle
2013-10-19 16:42:29 -07:00
parent 609499a4c9
commit c52bbc8f0d

View File

@@ -88,7 +88,8 @@ habitrpg.controller("RootCtrl", ['$scope', '$rootScope', '$location', 'User', '$
title: 'History', title: 'History',
backgroundColor: { backgroundColor: {
fill: 'transparent' fill: 'transparent'
} },
width:300
}; };
chart = new google.visualization.LineChart($("." + id + "-chart")[0]); chart = new google.visualization.LineChart($("." + id + "-chart")[0]);
chart.draw(data, options); chart.draw(data, options);