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
The graphic displayed is a circle and should be whole, as there is no start and end angle, which is the case when the “boundaryGap” option (in angleAxis) is set to true.
When this property is set to false, part of the circle is missing: the part between the last data and the first data.
In the option I gave above, my circle starts on Monday and ends on Sunday, instead of ending on Monday as well.
Expected Behavior
When the boundaryGap is set to false, the circle should be whole
Environment
OS : Windows 10
Browser: Chrome 131.0.6778.265
Framework: Vue@3
Any additional comments?
The bug also occurs in your online editor on every browser that how I figured out that the bug occurs since version 5.5.
In this example (https://echarts.apache.org/examples/en/editor.html?c=bar-polar-stack-radial) of your online examples you can see directly the bug by adding the boundaryGap to false
The text was updated successfully, but these errors were encountered:
I see two reasons why this is not-a-bug.
First - API for angleAxis does not state/promise that it would always be a 360 degrees circle. Rule of thumb: no promise - no bug.
Second - when axis type is 'category' and boundaryGap:false, axis labels align with axis ticks and if a full circle is drawn, then first and last labels (Mon/Sun) will overlap. Which would be an eyesore.
Conclusion: developers handled that well, IMHO.
Version
5.5.0 or higher
Link to Minimal Reproduction
https://codesandbox.io/p/sandbox/keen-tree-whcd49?from-embed=
Steps to Reproduce
with this option you should reproduce the bug :
Current Behavior
The graphic displayed is a circle and should be whole, as there is no start and end angle, which is the case when the “boundaryGap” option (in angleAxis) is set to true.
When this property is set to false, part of the circle is missing: the part between the last data and the first data.
In the option I gave above, my circle starts on Monday and ends on Sunday, instead of ending on Monday as well.
Expected Behavior
When the boundaryGap is set to false, the circle should be whole
Environment
Any additional comments?
The bug also occurs in your online editor on every browser that how I figured out that the bug occurs since version 5.5.
In this example (https://echarts.apache.org/examples/en/editor.html?c=bar-polar-stack-radial) of your online examples you can see directly the bug by adding the boundaryGap to false
The text was updated successfully, but these errors were encountered: