FIxing a lot of issues and adding org data

This commit is contained in:
Finn 2019-07-11 16:12:46 +01:00
parent bd33f79067
commit c5f6cb2750
No known key found for this signature in database
GPG key ID: 7455B4B17685B598
12 changed files with 327 additions and 11 deletions

View file

@ -18,7 +18,7 @@
<h4 class="card-title float-left mb-0">Spend by company and Industrial sector</h4>
</div><!--/.col-->
</div><!--/.row-->
<div class="chart-wrapper">
<!-- <div class="chart-wrapper">
<canvas baseChart class="chart"
[datasets]="lineChartData"
[labels]="lineChartLabels"
@ -27,7 +27,7 @@
[chartType]="lineChartType"
(chartHover)="chartHovered($event)"
(chartClick)="chartClicked($event)"></canvas>
</div>
</div> -->
</div>
</div>
<div class=row>
@ -94,6 +94,6 @@
</div>
</div>
<div class="col-xl-6">
<panel-pie></panel-pie>
<org-pie-panel></org-pie-panel>
</div>
</div>