How to break the line if the echarts name value is too long?

app.title = "ring graph";

option = {

tooltip: {
    trigger: "item",
    formatter: "{a} <br/>{b}: {c} ({d}%)"
},
legend: {
    orient: "vertical",
    x: "left",
    data:["fffffffffffffffffffffffffffffffffffffffffffffffffffff","","","",""]
},
series: [
    {
        name:"",
        type:"pie",
        radius: ["60%", "70%"],
        avoidLabelOverlap: false,
        label: {
            normal: {
                show: false,
                width: "50%",
                wordBreak: "break-all",
                position: "center"
            },
            emphasis: {
                show: true,
                width: "50%",
                wordBreak: "break-all",
                textStyle: {
                    width: "50%",
                    fontSize: "80",
                    fontWeight: "bold",
                    wordBreak: "break-all"
                }
            }
        },
        labelLine: {
            normal: {
                show: false
            }
        },
        data:[
            {value:335, name:"fffffffffffffffffffffffffffffffffffffffffffffffffffff"},
            {value:310, name:""},
            {value:234, name:""},
            {value:135, name:""},
            {value:1548, name:""}
        ]
    }
]

};
clipboard.png
http://echarts.baidu.com/exam. do you know how to change the line?

the content of name is uncertain

Mar.28,2021

name is displayed in the pie chart, which is really not easy to control. Size or length will affect the display. So if you change your way of thinking, you can show it in another way. Click Let me see


fffffffffff\ nfffffffffff

.
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-1b3593d-2b720.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-1b3593d-2b720.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?