Version
5.4.0
Link to Minimal Reproduction
https://codesandbox.io/s/882hov
Steps to Reproduce
- Take the sunburst example : https://echarts.apache.org/examples/en/editor.html?c=sunburst-simple
- Define a startAngle property like this :
option = {
series: {
type: 'sunburst',
startAngle: 180, // <--------------------------
data: data,
radius: [0, '90%'],
label: {
rotate: 'radial'
}
}
};
Current Behavior
Label with rotate value to 'radial' are upside down

Expected Behavior
Label in a good position
Environment
- OS: Windows 10
- Browser: Brave Version 1.46.133 Chromium: 108.0.5359.71
- Framework: Angular 14.2.2
Any additional comments?
No response
Version
5.4.0
Link to Minimal Reproduction
https://codesandbox.io/s/882hov
Steps to Reproduce
option = {
series: {
type: 'sunburst',
startAngle: 180, // <--------------------------
data: data,
radius: [0, '90%'],
label: {
rotate: 'radial'
}
}
};
Current Behavior
Label with rotate value to 'radial' are upside down

Expected Behavior
Label in a good position
Environment
Any additional comments?
No response