MohammadYounes opened a new issue, #19979:
URL: https://github.com/apache/echarts/issues/19979

   ### What problem does this feature solve?
   
   When having a 360 gauge, the start/end labels overlap. There is no option to 
prevent such overlap or ability to hide one of them.
   
   
https://echarts.apache.org/examples/en/editor.html?c=gauge&code=PYBwLglsB2AEC8sDeAoWsDOBTAThLGAXLANprrLkWxgCeIWxA5AOYCGAri1kwDRUUMYNjjABBaCwA2jWAAZ-1dFmgATCdNkBmAGwKB6ALYRoxABxnFSw2wAexAIwB2J1eoYQUiGAByHQwBGuI5uFHYQGAAybEFSxKhKFABmMGAAyhAAXtr6iegp0GAA6lgQLAAWYMwBwFKqTAawAL6h6KpswsRkeZQ96ABubFIcsgCsco3oTY0AugLT6HNNANxAA
   
   ### What does the proposed API look like?
   
   ```js
   option = {
     series: [
       {
         type: 'gauge',
         axisLabel: {
           edgeLabels: 'start' // 'start' | 'end' | 'both' | 'none'
         }
       }
     ]
   }
   ```


-- 
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: commits-unsubscr...@echarts.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to