echarts y轴百分比显示
时间:2018-09-04 13:07:49
收藏:0
阅读:743
更改配置项yAxis:
yAxis: [ { type: ‘value‘, axisLabel: { show: true, interval: ‘auto‘, formatter: ‘{value} %‘ }, show: true } ],
原文:https://www.cnblogs.com/jessiespur/p/9583477.html
评论(0)