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