Commit 0fca2cae authored by lizhichao's avatar lizhichao

页面微调

parent 14a44768
...@@ -58,11 +58,12 @@ ...@@ -58,11 +58,12 @@
type: 'pie', type: 'pie',
radius: ['40%', '80%'], radius: ['40%', '80%'],
avoidLabelOverlap: false, avoidLabelOverlap: false,
itemStyle: {
borderRadius: 50, //itemStyle: {
borderColor: '#fff', // borderRadius: 50,
borderWidth: 5 // borderColor: '#fff',
}, // borderWidth: 5
// },
label: { label: {
show: false, show: false,
position: 'center' position: 'center'
...@@ -70,7 +71,7 @@ ...@@ -70,7 +71,7 @@
emphasis: { emphasis: {
label: { label: {
show: true, show: true,
fontSize: '40', fontSize: '30',
fontWeight: 'bold' fontWeight: 'bold'
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment