Files
bbq/src/app/routes/regulatory-data/components/dashboard/dashboard.component.html
TaricXin 3539bd2a07 edit
2022-03-15 17:32:24 +08:00

14 lines
298 B
HTML

<button nz-button (click)="refresh()" nzType="primary">Refresh</button>
<g2-pie
#pie
[hasLegend]="true"
title="销售额"
subTitle="销售额"
[total]="total"
[valueFormat]="format"
[data]="salesPieData"
height="294"
repaint="false"
(clickItem)="handleClick($event)"
></g2-pie>