This commit is contained in:
jianzhichu
2026-01-24 15:51:45 +08:00
parent 3f6b1874eb
commit e92e290a4e
10 changed files with 60 additions and 31 deletions
+1 -1
View File
@@ -478,7 +478,7 @@ const initFullChart = async () => {
try {
// 初始化全屏图表
fullChartInstance = echarts.init(fullChartRef.value);
const option = getChartOption(syncData.value);
const option = getChartOption(syncFullData.value);
// 调整全屏图表的网格和字号,优化显示效果
option.grid = {
left: '4%',