|
|
@@ -160,7 +160,7 @@ export default {
|
|
|
// show:false,
|
|
|
color: "#fff",
|
|
|
formatter: (p) => {
|
|
|
- return `${p.name}\r\n(${p.value} , ${p.percent==undefined?0:p.percent}%)`;
|
|
|
+ return `${p.name}\r\n(${p.value} ; ${p.percent==undefined?0:p.percent}%)`;
|
|
|
},
|
|
|
},
|
|
|
labelLine: {
|
|
|
@@ -348,10 +348,10 @@ export default {
|
|
|
height: calc(100% - 10px);
|
|
|
}
|
|
|
& > div:first-child {
|
|
|
- width: 35%;
|
|
|
+ width: 30%;
|
|
|
}
|
|
|
& > div:nth-child(2) {
|
|
|
- width: 65% !important;
|
|
|
+ width: 70% !important;
|
|
|
}
|
|
|
}
|
|
|
|