From dcc72000ccf54711341e1550660300d7a5f2e2e7 Mon Sep 17 00:00:00 2001 From: mdinger Date: Mon, 10 Aug 2015 19:13:52 -0400 Subject: [PATCH] Second try making the graph legend fit without wrap --- app/controllers/crate/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/crate/index.js b/app/controllers/crate/index.js index 225a9a11255..0b58d77f09e 100644 --- a/app/controllers/crate/index.js +++ b/app/controllers/crate/index.js @@ -206,7 +206,7 @@ export default Ember.ObjectController.extend({ } var chart = new google.visualization.AreaChart(el); chart.draw(myData, { - chartArea: {'width': '80%', 'height': '80%'}, + chartArea: {'left': 85, 'width': '77%', 'height': '80%'}, hAxis: { minorGridlines: { count: 8 }, },