@@ -275,8 +275,8 @@
<RadarPieChart
height="18vh"
:list="probChartDataLH"
- :title="probPC ? '故障频次情况' : '故障时长情况'"
- :unit="probPC ? '次' : '秒'"
+ :title="probPC2 ? '故障频次情况' : '故障时长情况'"
+ :unit="probPC2 ? '次' : '秒'"
/>
</template>
</PanelSandToolbar>
@@ -226,7 +226,7 @@ export default {
type: "pie",
radius: [0, 80],
center: ["35%", "50%"],
- roseType: "area",
+ // roseType: "area",
label: {
normal: {
color: "#fff",