bugfix--副标题颜色和数值设定颜色冲突-饼图

qianming 1 year ago
parent 2f6137112a
commit bd63bfd4bd

@ -210,7 +210,7 @@ export const widgetPieNightingale = {
{
type: 'vue-color',
label: '字体颜色',
name: 'subTextColor',
name: 'dataColor',
required: false,
placeholder: '',
value: ''

@ -210,7 +210,7 @@ export const widgetPiechart = {
{
type: 'vue-color',
label: '字体颜色',
name: 'subTextColor',
name: 'dataColor',
required: false,
placeholder: '',
value: ''

@ -135,7 +135,7 @@ export default {
rich: {
a: {
padding: [-30, 15, -20, 15],
color: optionsSetup.subTextColor,
color: optionsSetup.dataColor,
fontSize: optionsSetup.fontSize,
fontWeight: optionsSetup.fontWeight,
},

@ -145,7 +145,7 @@ export default {
rich: {
a: {
padding: [-30, 15, -20, 15],
color: optionsSetup.subTextColor,
color: optionsSetup.dataColor,
fontSize: optionsSetup.fontSize,
fontWeight: optionsSetup.fontWeight,
},

Loading…
Cancel
Save