1 个回答

1、再添加一条x轴

{
    type: 'category', 
    //show: false,
    data: [
        {
            value: 'test1',
            textStyle: {
                fontSize: 20,
                lineHeight: 70
            }
        },{
            value: 'test2',
            textStyle: {
                fontSize: 20,
                lineHeight: 70
            }
        }  
    ],
    position : 'bottom',
    axisTick: {
        length:50
    },
    splitArea: {
        show: true,
        areaStyle: {
            color: ['rgba(255,255,255,0.5)','rgba(200,200,200,0.5)']
        }
    }
}

demo.png

这里第一个和最后一个刻度没去掉,你找下文档,看可能去掉。

2、或许可以利用grid属性实现

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题
宣传栏