mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-19 22:48:08 +01:00
starting with charts
This commit is contained in:
parent
6445388f76
commit
0c416a6d3e
13 changed files with 224 additions and 30 deletions
9
src/app/pages/charts/components/chartJs/chartJs.html
Normal file
9
src/app/pages/charts/components/chartJs/chartJs.html
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<div class="row">
|
||||
<div class="col-md-4">
|
||||
<div ba-panel ba-panel-title="Pie">
|
||||
<base-chart class="chart chart-pie"
|
||||
[legend]="true" [colours]="pieColours" [options]="pieOptions" [data]="pieData" [chartType]="pieChartType" [labels]="pieLabels" (chartClick)="pieChangeData($event)">
|
||||
</base-chart>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue