v-charts踩过的坑

methods:{
    afterConfig(options){
    options.xAxis[0].axisLabel={ interval:0,rotate:45};
    return options;
}
}
<ve-historgam :after-config="afterConfig"></ve-historgam>

interval:0  解决横轴自动隐藏

rotate:45  横轴45度显示

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章