echarts使用积累

设置y轴高度比最大值高一点

max: function(value) {
    return value.max - 20;
}
 

扩展

min: function(value) {
    return value.min - 20;
}

x轴值全部显示

 

axisLabel: {
     show: true,
     interval:0,
     rotate:40,
     textStyle: {
         color: '#333'
     }
}

  

posted @ 2020-06-07 19:00  吃饭睡觉打痘痘  阅读(202)  评论(0编辑  收藏  举报