主界面,系数校准界面调整
This commit is contained in:
@@ -35,6 +35,7 @@ const init = () => {
|
||||
isRadius: false, //是否圆角
|
||||
isSpace: false, //是否显示间隔
|
||||
isLabelLine: true, //是否显示引导线
|
||||
titleFontSize: '18px', //标题字体大小
|
||||
...props.customData,
|
||||
};
|
||||
legendData.value = {
|
||||
@@ -49,6 +50,9 @@ const init = () => {
|
||||
title: {
|
||||
text: customData.value.title,
|
||||
left: customData.value.textAlign,
|
||||
textStyle: {
|
||||
fontSize: customData.value.titleFontSize, // 使用 titleFontSize 属性
|
||||
},
|
||||
},
|
||||
legend:legendData.value,
|
||||
// legend: {
|
||||
|
||||
Reference in New Issue
Block a user