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

.
Menu