Echart 는 백분율 을 어떻게 표시 합 니까?
932 단어 EChart
yAxis : [
{
axisLabel: {
formatter: '{value} %'
}
}
]
tooltip: {
formatter: '{c}%'
}
series: [{
itemStyle: {
normal: {
label: {
show: true,
positiong: 'top',
formatter: '{c}%'
}
}
}
}]