fix: image editor fit view incorrect, do not query gguf files when gguf unchecked

This commit is contained in:
jialin
2025-06-09 18:45:47 +08:00
parent e69b7dfd6a
commit 4dcb0bcfed
15 changed files with 158 additions and 91 deletions
+9 -2
View File
@@ -43,7 +43,11 @@ const MixLineBarChart: React.FC<
title: {
text: ''
},
grid,
grid: {
...grid,
top: 20,
bottom: 20
},
tooltip: {
...tooltip,
formatter(params: any) {
@@ -62,7 +66,10 @@ const MixLineBarChart: React.FC<
yAxis,
legend: {
...legend,
data: legendData
data: legendData,
itemGap: 20,
bottom: 5,
show: false
},
series: []