apache / echarts

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

极坐标系下绘制柱状图,改变极坐标绘制方向时柱状图不更改绘制方向 #12902

Closed IDCjaja closed 2 years ago

IDCjaja commented 4 years ago

Version

4.8.0

Steps to reproduce

options = { angleAxis: { type: 'value', max: 120, show: true, clockwise: false, }, radiusAxis: { type: 'category', show: true, axisLabel: { show: false, }, axisLine: { show: false, }, axisTick: { show: false, }, }, polar: { radius: ['80%', '100%'], center: ['50%', '50%'], }, series: [ { coordinateSystem: 'polar', type: 'bar', data: [110], } ] }

What is expected?

极坐标系改变绘制方向时柱状图能根据极坐标的方向绘制

What is actually happening?

图表初始绘制完成后,修改 angleAxis.clockwise = true


屏幕快照 2020-07-03 上午11 29 31 屏幕快照 2020-07-03 上午11 29 47
echarts-bot[bot] commented 4 years ago

Hi! We've received your issue and please be patient to get responded. 🎉 The average response time is expected to be within one day for weekdays.

In the meanwhile, please make sure that you have posted enough image to demo your request. You may also check out the API and chart option to get the answer.

If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to dev@echarts.apache.org. Please attach the issue link if it's a technical questions.

If you are interested in the project, you may also subscribe our mail list.

Have a nice day! 🍵

github-actions[bot] commented 2 years 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.

github-actions[bot] commented 2 years ago

This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Apache ECharts, please open a new issue and link this to it. Thanks!