修改测试bug

This commit is contained in:
GGJ
2024-11-13 09:21:26 +08:00
parent 27e0dd3abd
commit 2101d03126
12 changed files with 90 additions and 63 deletions

View File

@@ -44,7 +44,10 @@ const initChart = () => {
left: 'center',
// textStyle: {
color: '#000',
fontSize: 18,
textStyle: {
color: '#000',
fontSize: '18'
},
// },
...(props.options?.title || null)
},
@@ -69,8 +72,8 @@ const initChart = () => {
...(props.options?.tooltip || null)
},
toolbox: {
right: 20,
top: 20,
right: 10,
top: 0,
feature: {
saveAsImage: {
title: '保存图片'
@@ -81,8 +84,8 @@ const initChart = () => {
...(props.options?.toolbox || null)
},
legend: {
right: 20,
top: 0,
right: 40,
top: 10,
itemGap: 10,
itemStyle: {},
// textStyle: {