Files
hertzbeat/web-app/src/app/routes/dashboard/dashboard.component.html
2021-12-08 12:11:35 +08:00

7 lines
304 B
HTML

<br/>
<div nz-row [nzGutter]="24" style="margin-top: 10px">
<div nz-col nzXs="18" nzSm="18" nzMd="18" nzLg="18" nzOffset="1">
<div echarts [options]="appsCountEChartOption" theme='default' [autoResize]= 'true' [loading]="appsCountLoading" (chartClick)="onChartClick($event)"></div>
</div>
</div>