You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After digging into the code, I found this is not-a-bug. In fact, this is the result of intentionally adjusted so that bars don't get mixed. For example, if we have the following data with boundaryGap: false without adjusting
To avoid this, this commit introduced a way to adjust the range according to data count.
And here is why we cannot just change the axisLine and axisSplitLine to become a circle: it's logically not consistant when it's slightly not match a circle. So the result of https://codepen.io/jieun94/pen/xxoZXrX should be regarded as by design, although it may seem to be unexpected at the first sight.
Version
5.5.1
Link to Minimal Reproduction
https://codepen.io/jieun94/pen/xxoZXrX
Steps to Reproduce
Current Behavior
The line between the last category and the first category is lost.
Expected Behavior
The line between the last category and the first category is connected to form a circle.
Environment
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: