apache / echarts

Apache ECharts is a powerful, interactive charting and data visualization library for browser
https://echarts.apache.org
Apache License 2.0
60.58k stars 19.61k forks source link

Labels do not flip properly with the startAngle option #17855

Open dominikj111 opened 2 years ago

dominikj111 commented 2 years ago

Version

5.4.0

Link to Minimal Reproduction

https://codesandbox.io/s/optimistic-morning-ubqm4p

Steps to Reproduce

Change the startAngle to 180.

Current Behavior

Some labels appear up side down.

Expected Behavior

All labels will flip to appear bottom line down even they need to be read out from the outer into the centre.

Environment

- OS: macOS Monterey 12.6.1
- Browser: Chrome 107.0.5304.87
- Framework: React 18.2.0

Any additional comments?

No response

Ovilia commented 2 years ago

series.startAngle is not in the document so this option may probably not provided to be changed. If you have such requirement, you are welcomed to make a pull request.

github-actions[bot] commented 1 day ago

This issue has been automatically marked as stale because it did not have recent activity. It will be closed in 7 days if no further activity occurs. If you wish not to mark it as stale, please leave a comment in this issue.