Echart 는 백분율 을 어떻게 표시 합 니까?

932 단어 EChart
Echart 는 백분율 변경 이 필요 한 곳 을 세 개 표시 합 니 다: 1. Y 축
yAxis : [
{ 
            axisLabel: {
                formatter: '{value} %'
            }
        }
]
  • tooltip
  •  tooltip: {
            formatter: '{c}%'
        }
  • X
  • series: [{
            itemStyle: {
                normal: {
                    label: {
                        show: true,
                        positiong: 'top',
                        formatter: '{c}%'
                    }
                }
            }
         }]

    좋은 웹페이지 즐겨찾기