feat:修改基础折现图数据标签初始颜色

main
liu.shiyi 2 years ago
parent 65c8840f50
commit e53ca0f743

@ -139,7 +139,7 @@ const setting = [
type: 'colorPicker', type: 'colorPicker',
field: 'label_style_fill', field: 'label_style_fill',
optionField: 'label.style.fill', optionField: 'label.style.fill',
value: '#000000', value: '#fff',
tabName: 'custom', tabName: 'custom',
groupName: 'graph' groupName: 'graph'
}, },
@ -489,7 +489,7 @@ const option = {
}, },
label: { label: {
style: { style: {
fill: '#000', fill: '#fff',
opacity: 0, opacity: 0,
fontSize: 12 fontSize: 12
} }

Loading…
Cancel
Save