Files
hertzbeat/web-app/src/app/routes/dashboard/dashboard.component.html
2021-12-23 15:59:49 +08:00

14 lines
345 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>