mirror of
https://gitee.com/anji-plus/report.git
synced 2026-02-02 09:27:47 +08:00
bugfix--饼图提示语不生效问题
This commit is contained in:
@@ -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,
|
||||
fontSize: optionsSetup.tipFontSize,
|
||||
color: optionsSetup.tipsColor,
|
||||
fontSize: optionsSetup.tipsFontSize,
|
||||
},
|
||||
};
|
||||
this.options.tooltip = tooltip;
|
||||
|
||||
Reference in New Issue
Block a user