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

qianming 1 year ago
parent 2f6137112a
commit bd63bfd4bd

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

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

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

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

Loading…
Cancel
Save