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

   ### What problem does this feature solve?
   
   Now if we show progress and pointer in gauge mode, the pointer will be 
covered by progress. but sometimes we want to show pointer at the front.
   
   ### What does the proposed API look like?
   
   Add attribute 'top'.
   
   ```
   pointer: {
           top: true,
           icon: 
'path://M2.9,0.7L2.9,0.7c1.4,0,2.6,1.2,2.6,2.6v115c0,1.4-1.2,2.6-2.6,2.6l0,0c-1.4,0-2.6-1.2-2.6-2.6V3.3C0.3,1.9,1.4,0.7,2.9,0.7z',
           width: 8,
           length: '80%',
           offsetCenter: [0, '8%']
   },
   
   ```


-- 
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