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

14 lines
345 B
HTML
Raw Normal View History

<br />
2021-12-08 12:11:35 +08:00
<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>