v-chart x轴显示不全
看v-chart文档的时候一直没看懂
echarts options
属性要怎么用,后来折腾了一天才发现是放在extend
里面使用。
如:
this.extend = {
series: {
label: { show: true, position: 'top' }
},
xAxis: {
axisLabel: {
interval: 0
}
}
}
网友评论