fix:光芯大屏饼状图圆角调整
This commit is contained in:
parent
7a1168239d
commit
bb517ff967
|
@ -366,7 +366,7 @@ const baseOption2= {
|
|||
center: ['50%', '50%'],
|
||||
// label: false,
|
||||
itemStyle: {
|
||||
borderRadius: 10
|
||||
borderRadius: 8
|
||||
},
|
||||
label: {
|
||||
formatter: '{c} ({d}%)',
|
||||
|
@ -452,7 +452,7 @@ export default {
|
|||
radius: ['55%', '90%'],
|
||||
center: ['50%', '50%'],
|
||||
itemStyle: {
|
||||
borderRadius: 10,
|
||||
borderRadius: 6,
|
||||
borderWidth: 2
|
||||
},
|
||||
label: {
|
||||
|
|
Loading…
Reference in New Issue