bugfix--饼图提示语不生效问题

This commit is contained in:
qianming
2023-04-11 09:45:00 +08:00
parent d2a12087e2
commit 34e3323046
2 changed files with 3 additions and 3 deletions

View File

@@ -237,7 +237,7 @@ export const widgetPiechart = {
{
type: 'el-input-number',
label: '字体字号',
name: 'tipFontSize',
name: 'tipsFontSize',
required: false,
placeholder: '',
value: 16

View File

@@ -158,8 +158,8 @@ export default {
trigger: "item",
show: true,
textStyle: {
color: optionsSetup.lineColor,
fontSize: optionsSetup.tipFontSize,
color: optionsSetup.tipsColor,
fontSize: optionsSetup.tipsFontSize,
},
};
this.options.tooltip = tooltip;