|
@@ -74,7 +74,7 @@ const setOptions = (AxisData) => {
|
|
|
name: label,
|
|
|
type: 'pie',
|
|
|
radius: ['50%', '80%'],
|
|
|
- center: ["50%", "45%"],
|
|
|
+ center: ["50%", "50%"],
|
|
|
avoidLabelOverlap: false,
|
|
|
itemStyle: {
|
|
|
borderRadius: 5,
|
|
@@ -84,7 +84,7 @@ const setOptions = (AxisData) => {
|
|
|
emphasis: {
|
|
|
label: {
|
|
|
show: true,
|
|
|
- fontSize: '40',
|
|
|
+ fontSize: '20',
|
|
|
fontWeight: 'bold'
|
|
|
}
|
|
|
},
|