mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-16 14:35:29 +01:00
10 lines
351 B
HTML
10 lines
351 B
HTML
|
|
<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>
|