|
|
@ -96,8 +96,8 @@ export function generateChartOption(count) { |
|
|
|
data: [ |
|
|
|
{ |
|
|
|
value: count.fault, |
|
|
|
name: STATUS_COLOR.FAULT.text, |
|
|
|
itemStyle: { color: STATUS_COLOR.FAULT.color }, |
|
|
|
name: STATUS_COLOR.BROKEN.text, |
|
|
|
itemStyle: { color: STATUS_COLOR.BROKEN.color }, |
|
|
|
label: { show: count.fault }, |
|
|
|
}, |
|
|
|
{ |
|
|
|