|
@@ -1177,40 +1177,14 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
labelLine: {
|
|
|
- width: 2,
|
|
|
+ width: 1,
|
|
|
length: 20,
|
|
|
- length2: 10,
|
|
|
+ length2: 30,
|
|
|
show: true,
|
|
|
color: '#00ffff'
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
- label: {
|
|
|
- show: true,
|
|
|
- position: 'outside',
|
|
|
- formatter: '{a|{b}:{d}%}\n{hr|}',
|
|
|
- rich: {
|
|
|
- hr: {
|
|
|
- backgroundColor: 't',
|
|
|
- borderRadius: 3,
|
|
|
- width: 3,
|
|
|
- height: 3,
|
|
|
- padding: [3, 3, 0, -12]
|
|
|
- },
|
|
|
- a: {
|
|
|
- padding: [-30, 15, -20, 15]
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- labelLine: {
|
|
|
- normal: {
|
|
|
- length: 20,
|
|
|
- length2: 30,
|
|
|
- lineStyle: {
|
|
|
- width: 1
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
data: res,
|
|
|
}]
|
|
|
};
|