Change chart height.

This commit is contained in:
Alexis Lahouze 2017-07-05 21:36:45 +02:00
parent 2a2738ddeb
commit c558994c6d

View File

@ -75,7 +75,7 @@ var balanceChartModule = angular.module('balanceChartModule', [
vm.chart = c3.generate({ vm.chart = c3.generate({
bindto: $element[0].children[0], bindto: $element[0].children[0],
size: { size: {
height: 500, height: 450,
}, },
data: { data: {
x: 'date', x: 'date',