Line wrapping problem when the type type of echarts X axis is time

topic description

the type type of the echartsX axis is set to "time", automatically gets the current year, month, day and time, but it will wrap. How can I keep it from wrapping?

sources of topics and their own ideas

related codes

/ / Please paste the code text below (do not replace the code with pictures)
xAxis: [

              {
                  name:"",
                  nameLocation:"middle",
                  type: "time",
                  boundaryGap: false,
                  nameGap:40,
                  min:new Date(),
                  max:new Date(),
                  axisLabel: {  
                interval: 0,//    
                //rotate: -30,//-30    
            },
            axisLine:{
                lineStyle:{
                    color:"-sharp000"
                }
            }
        } 
        ],

clipboard.png

what result do you expect? What is the error message actually seen?

the displayed time does not wrap

Jan.12,2022

change the source code
clipboard.png

Menu