fix:去除水波图的默认白色描边

main
hong.yang 1 year ago
parent 6a92bc1da5
commit 5a4f154269

@ -185,7 +185,7 @@ const option = {
percent: 0.25,
outline: {
border: 2, // 边框宽度
distance: 1, // 边框距离
distance: 0, // 边框距离
style: {
stroke: '#FFFFFF' // 边框颜色
}

@ -184,7 +184,7 @@ const option = {
shape: 'rect',
outline: {
border: 2, // 边框宽度
distance: 1, // 边框距离
distance: 0, // 边框距离
style: {
stroke: '#FFFFFF' // 边框颜色
}

@ -184,7 +184,7 @@ const option = {
shape: 'diamond',
outline: {
border: 2, // 边框宽度
distance: 1, // 边框距离
distance: 0, // 边框距离
style: {
stroke: '#FFFFFF' // 边框颜色
}

Loading…
Cancel
Save