@ -237,7 +237,7 @@ export const widgetPiechart = {
{
type: 'el-input-number',
label: '字体字号',
name: 'tipFontSize',
name: 'tipsFontSize',
required: false,
placeholder: '',
value: 16
@ -158,8 +158,8 @@ export default {
trigger: "item",
show: true,
textStyle: {
color: optionsSetup.lineColor,
color: optionsSetup.tipsColor,
fontSize: optionsSetup.tipFontSize,
fontSize: optionsSetup.tipsFontSize,
},
};
this.options.tooltip = tooltip;