Unfinished Company Component

This commit is contained in:
Tom Slater 2019-07-11 15:17:50 +01:00
parent c1e2ce73e7
commit c13acc6ce3
9 changed files with 82 additions and 18 deletions

View file

@ -1,13 +0,0 @@
<div>
<div>
<div style="display: block">
<canvas baseChart
[datasets]="bubbleChartData"
[options]="bubbleChartOptions"
[colors]="bubbleChartColors"
[legend]="bubbleChartLegend"
[chartType]="bubbleChartType">
</canvas>
</div>
</div>
</div>