From c558994c6dded081e8882042642f3ebc2a6325f3 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Wed, 5 Jul 2017 21:36:45 +0200 Subject: [PATCH] Change chart height. --- src/operations/balance-chart.component.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/operations/balance-chart.component.js b/src/operations/balance-chart.component.js index f6dd4cd..eb3c471 100644 --- a/src/operations/balance-chart.component.js +++ b/src/operations/balance-chart.component.js @@ -75,7 +75,7 @@ var balanceChartModule = angular.module('balanceChartModule', [ vm.chart = c3.generate({ bindto: $element[0].children[0], size: { - height: 500, + height: 450, }, data: { x: 'date',