|
|
@ -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
|
|
|
|
}
|
|
|
|
}
|
|
|
|