您现在的位置:首页 >> 前端 >> 内容

Echart如何显示百分比

时间:2017/3/27 9:55:00 点击:

  核心提示:Echart如何显示百分比。Echart 显示百分比需要更改的地方有三个:1. Y轴yAxis : [?{ axisLabel: {formatter: {value} %}}?]tooltip to...

Echart如何显示百分比。Echart 显示百分比需要更改的地方有三个:
1. Y轴

yAxis : [?{ 
            axisLabel: {
                formatter: '{value} %'
            }
        }?]
tooltip
 tooltip: {
        formatter: '{c}%'
    }
X
series: [{
        itemStyle: {
            normal: {
                label: {
                    show: true,
                    positiong: 'top',
                    formatter: '{c}%'
                }
            }
        }
     }]

Tags:EC CH HA AR 
作者:网络 来源:soindy