mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-14 07:52:15 +00:00
#1623 - charts: readable (vertical) labels on horizontal axis
This commit is contained in:
parent
c5d9fe4e1d
commit
0d73330ab6
1 changed files with 2 additions and 0 deletions
|
|
@ -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]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue