helgasoft commented on issue #20697:
URL: https://github.com/apache/echarts/issues/20697#issuecomment-2599132780

   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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to