mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-30 09:17:16 +02: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>
|