How does the echarts ring chart show the specific numbers on the ring?

clipboard.png
recently, making an echarts diagram requires such an effect on the picture. How can the numbers of the circular graph be displayed on it? I don"t think there is any

on the echarts instance.
Feb.22,2022

http://gallery.echartsjs.com/.
shows an example on the ring.


clipboard.png

itemStyle: {
                emphasis: {
                    shadowBlur: 1,
                    shadowOffsetX: 0,
                    shadowColor: '-sharpfff',
                },  
                normal: {
                    label: {
                        show: true,
                        formatter: '{b} {d}%',
                        position: 'inner'
                    },
                    labelLine: {
                        show: true,
                    }
                },

            }
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b36ed1-2c05d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b36ed1-2c05d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?