is in pie chart of echart . The number of pie charts is uncertain and is cyclically ergodic, and it may be one or more. How to set radius and center can ensure that the panel displays a different number of pie charts can be displayed adaptively.
is used in both normal and full-screen panels.
similar to justify-content:space-around
this.queryMeasHeader.map((name, i) => {
return {
name: name,
type: "pie",
selectedMode: "single",
radius: [],//TODO
center: [],//TODO
label: {
normal: {
position: "inner"
}
},
labelLine: {
normal: {
show: false
}
},
data: seriesData[i]
}
})