apache / echarts

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

polar series-bar.barMinHeight dosen’t work #14097

Closed jsbay closed 3 years ago

jsbay commented 3 years ago

Version

5.0.1

Reproduction link

https://www.makeapie.com/editor.html?c=xckjLUYRmD&v=1

Steps to reproduce

  1. set coordinateSystem: 'polar'
  2. set barMinHeight

What is expected?

polar series-bar.barMinHeight work well

What is actually happening?

polar series-bar.barMinHeight dosen’t work

echarts-bot[bot] commented 3 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 question.

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

Have a nice day! 🍵

wenbin-im commented 3 years ago

for bar chart in polar coordinates, we can use barMinAngle. I found it in the source code. but I didn’t find this configuration in the online documentation.

susiwen8 commented 3 years ago

@fajiaopaopao Great catch, could you add barMinAngle in doc?

wenbin-im commented 3 years ago

@susiwen8 Sure. https://github.com/apache/echarts-doc/pull/158

jsbay commented 3 years ago

Thanks, that's' helped me a lot