Change chart height.
This commit is contained in:
parent
2a2738ddeb
commit
c558994c6d
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user