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"
}
}
}
],
what result do you expect? What is the error message actually seen?
the displayed time does not wrap