扫码关注官方订阅号
想在显示的数据后加个%符号
走同样的路,发现不同的人生
series:[{ label: { normal: { show: true, position: 'inside', formatter: '{c}%' } } }]
series: [{ type: 'bar', itemStyle: { normal: { label: { show: true, position: 'inside',//数据在中间显示 formatter:'{c}%'//百分比显示 } } }, data: [46, 20, 62, 12, 10, 80] }]
yAxis: [{ type: 'value', name: '单位: %', nameTextStyle: { color: 'rgba(255,64,104,0.5)', }, axisLabel: { formatter: '{value} %', textStyle: { color: 'rgba(255,64,104,0.5)', } }, axisLine: { show: false }, axisTick: { show: false }, splitLine: { show: true, lineStyle: { type: "dotted", color: ["rgba(255,60,104,.1)"] } } }],
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
走同样的路,发现不同的人生