MNHarshitha opened a new issue #16604:
URL: https://github.com/apache/echarts/issues/16604


   ### What problem does this feature solve?
   
   Hi,
   
   We have a use case where we need to trigger a click event on the radar chart 
indicator. we tried using the below code, but it doesn't seem to be working.
   
   myChart.on('click','radar.indicator',onclick);
   function onclick(){
     console.log('clicked');
   }
   
   sample link: https://codepen.io/Harshitha19/pen/rNYQoby 
   
   can you please suggest a way to trigger a click event on radar indicators?
   
   ### What does the proposed API look like?
   
   Similar to series click event, we are looking for a way to trigger a click 
event on the radar indicator.


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