boundaryGap:false

echarts中boundaryGap属性

boundaryGap:true

echarts中boundaryGap属性

 

 

 代码处:

 xAxis: {
          type: "category",
          data: ["06-01", "06-07", "06-13", "06-19", "06-25", "07-01"],
          boundaryGap: true,//-------------------这
          axisLabel: {
            interval: 0
          },
          axisLine: {
            lineStyle: {
              color: "#000"
            }
          }
        },

 

相关文章:

  • 2022-03-01
  • 2021-10-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-04
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案