You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<!--
|
|
|
|
* @Descripttion:
|
|
|
|
* @version:
|
|
|
|
* @Author: sueRimn
|
|
|
|
* @Date: 2020-09-01 15:24:39
|
|
|
|
* @LastEditors: sueRimn
|
|
|
|
* @LastEditTime: 2021-07-14 14:13:42
|
|
|
|
-->
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<!--饼状图 -->
|
|
|
|
<div id="indexBzt" >
|
|
|
|
<div id="pieone" class="pieone"></div>
|
|
|
|
<span (click)='clickhuan()'style="position: relative;top: 7%;right: 10%;cursor: pointer;" >
|
|
|
|
<mat-icon >autorenew</mat-icon>
|
|
|
|
</span>
|
|
|
|
|
|
|
|
<div id="pietwo" class="pietwo"></div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
|