dirslashls opened a new issue #16160: URL: https://github.com/apache/echarts/issues/16160
### What problem does this feature solve? The onclick even handler params do not contain the information about the data point that is clicked. It gives the entire series data. This is probably because of the format in which the radar chart expects the data, name and value which is an array. What is needed is the specific index in this array that is clicked. With the array index it will be possible for me to map it back to the specific record and support say a drill-down based on that record's data. ### What does the proposed API look like? May be params.dataItemIndex ? -- 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]
