as shown in the figure, how can I move this line down a little further?
this is the code for the x-axis in the configuration item to solve.
xAxis: {
type: "category",
boundaryGap: false,
data: ["","","","","","",""],
axisLine:{
show:true//
},
axisTick:{
show:false, //
},
offset:20,
},