[Bug] When the sunburst is anticlockwise, the leaf node text displays the problem externally #19050
Labels
bug
difficulty: easy
Issues that can be fixed more easily than the average.
en
This issue is in English
topic: sunburst
Version
5.4.3
Link to Minimal Reproduction
https://echarts.apache.org/examples/zh/editor.html?c=sunburst-drink&edit=1&reset=1
Steps to Reproduce
Use official case
https://echarts.apache.org/examples/zh/editor.html?c=sunburst-drink&edit=1&reset=1
Current Behavior
set clockwise=false
set levels:{
{},{},{},
//叶子层,最外层
{
label:{
position:'outside'
}
}
}
As a result, the text of the leaf nodes is half on the outside and half on the inside
Expected Behavior
The text of the leaf node can be displayed outside the leaf node
I don't know if there is a way to solve this problem, I don't see it, or it is a problem
Environment
Any additional comments?
When learning sunburst, I set clockwise=false first, but after testing the label, because it is not changed before, I found this problem right now
The text was updated successfully, but these errors were encountered: