@@ -237,6 +237,17 @@
yAxis: {
type: 'category',
data: xdata,
+ axisLine: {
+ show: true, // 设置为 true 来显示Y轴的轴线
+ lineStyle: {
+ color: '#ECEEF5',
+ width: 1
+ }
+ },
+ // 隐藏Y轴上的小刻度线(如果你想保留可以设为true)
+ axisTick: {
+ show: false
axisLabel: {
color: '#193D59',
fontSize: 10