mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-22 05:44:16 +00:00
graphs: hack 300px width on charts because I can't figure out how to
make 100% work
This commit is contained in:
parent
609499a4c9
commit
c52bbc8f0d
1 changed files with 2 additions and 1 deletions
|
|
@ -88,7 +88,8 @@ habitrpg.controller("RootCtrl", ['$scope', '$rootScope', '$location', 'User', '$
|
|||
title: 'History',
|
||||
backgroundColor: {
|
||||
fill: 'transparent'
|
||||
}
|
||||
},
|
||||
width:300
|
||||
};
|
||||
chart = new google.visualization.LineChart($("." + id + "-chart")[0]);
|
||||
chart.draw(data, options);
|
||||
|
|
|
|||
Loading…
Reference in a new issue