This commit is contained in:
TaricXin
2022-03-15 17:32:24 +08:00
parent 6ccb5ced18
commit 3539bd2a07
11 changed files with 142 additions and 2 deletions

View File

@ -0,0 +1,13 @@
<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>