Change chart sizes.
This commit is contained in:
parent
f19403f0ea
commit
ebcddbbfa5
@ -19,12 +19,12 @@ import { OperationEditModalComponent } from './operationEditModal.component';
|
|||||||
template: `
|
template: `
|
||||||
<div>
|
<div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-9">
|
<div class="col-md-8">
|
||||||
<balance-chart (onUpdate)="onUpdate($event)"
|
<balance-chart (onUpdate)="onUpdate($event)"
|
||||||
[account]="account"></balance-chart>
|
[account]="account"></balance-chart>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-md-3">
|
<div class="col-md-4">
|
||||||
<category-chart
|
<category-chart
|
||||||
[minDate]="minDate"
|
[minDate]="minDate"
|
||||||
[maxDate]="maxDate"
|
[maxDate]="maxDate"
|
||||||
|
Loading…
Reference in New Issue
Block a user