Files
hertzbeat/web-app/src/app/routes/dashboard/dashboard.component.html

7 lines
304 B
HTML
Raw Normal View History

2021-12-08 12:11:35 +08:00
<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>
2021-12-02 21:34:05 +08:00
</div>
</div>