echart修改坐标轴

时间:2022-02-24 10:06:13

yAxis : [

                    {
                        type : 'value',
                        axisLine:{show:true,
                         lineStyle:{color:'#ccc'}
                        },
                        axisTick:{
                         show:false,                        
                        },
                        axisLabel:{
                         show:true,
                         inside:true
                        },
                        min:min,
                        max:max,
                        splitNumber:8
                         
                    }
                ],