JREGN opened a new issue, #18023:
URL: https://github.com/apache/echarts/issues/18023

   ### Version
   
   5.4.0
   
   ### Link to Minimal Reproduction
   
   https://codesandbox.io/s/882hov
   
   ### Steps to Reproduce
   
   1. Take the sunburst example : 
https://echarts.apache.org/examples/en/editor.html?c=sunburst-simple
   2. 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
   
![image](https://user-images.githubusercontent.com/41118520/205698505-1d61a1d5-081b-4130-9ec2-9e51fd51ee0e.png)
   
   
   ### Expected Behavior
   
   Label in a good position
   
   ### Environment
   
   ```markdown
   - OS: Windows 10
   - Browser: Brave Version 1.46.133 Chromium: 108.0.5359.71
   - Framework: Angular 14.2.2
   ```
   
   
   ### Any additional comments?
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to