Merge pull request #3609 from yafinee/chart

#1623 - charts: readable (vertical) labels on horizontal axis
This commit is contained in:
deilann 2014-06-15 01:58:35 -07:00
commit 7ec679d11a

View file

@ -163,6 +163,8 @@ habitrpg.controller("RootCtrl", ['$scope', '$rootScope', '$location', 'User', '$
backgroundColor: {
fill: 'transparent'
},
hAxis: {slantedText:true, slantedTextAngle: 90},
height:270,
width:300
};
chart = new google.visualization.LineChart($("." + id + "-chart")[0]);