diff --git a/public/js/controllers/rootCtrl.js b/public/js/controllers/rootCtrl.js index 676fd644cb..eb740f2b8b 100644 --- a/public/js/controllers/rootCtrl.js +++ b/public/js/controllers/rootCtrl.js @@ -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]);