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

11 lines
257 B
HTML
Raw Normal View History

2022-01-30 10:16:23 +08:00
<div
echarts
[options]="appsCountEChartOption"
theme="default"
[autoResize]="true"
[loading]="appsCountLoading"
(chartClick)="onChartClick($event)"
(chartInit)="onChartInit($event)"
style="width: 100%; height: 400px; margin-top: 5%"
></div>