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

qianming 1 year ago
parent bd63bfd4bd
commit bf1823d6f3

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

@ -258,7 +258,7 @@ export default {
show: optionsSetup.isShow,
textStyle: {
fontSize: optionsSetup.fontSize,
color: optionsSetup.subTextColor,
color: optionsSetup.dataColor,
fontWeight: optionsSetup.fontWeight,
},
};

Loading…
Cancel
Save