fix Y-Label ui regression from echarts update

This commit is contained in:
Gregor Vostrak
2026-02-02 14:55:09 +01:00
parent 7efb7e6071
commit ff06d4d2f3
3 changed files with 10 additions and 46 deletions

View File

@@ -107,9 +107,7 @@ const option = computed(() => ({
},
},
axisLine: {
lineStyle: {
color: 'transparent', // Set desired color here
},
show: false,
},
axisLabel: {
fontSize: 12,
@@ -119,16 +117,13 @@ const option = computed(() => ({
fontFamily: 'Inter, sans-serif',
},
axisTick: {
lineStyle: {
color: 'transparent', // Set desired color here
},
show: false,
},
},
yAxis: {
type: 'value',
axisLabel: {
color: labelColor.value,
fontFamily: 'Inter, sans-serif',
show: false,
},
splitLine: {
lineStyle: {