[Feature] Data Item information in the onclick params for radar chart #16160
Labels
en
This issue is in English
new-feature
pending
We are not sure about whether this is a bug/new feature.
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 ?
The text was updated successfully, but these errors were encountered: