Change chart height.

This commit is contained in:
Alexis Lahouze 2017-07-05 21:36:45 +02:00
parent 2a2738ddeb
commit c558994c6d
1 changed files with 1 additions and 1 deletions

View File

@ -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',