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