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>
|