gowthamzinc commented on code in PR #20938:
URL: https://github.com/apache/echarts/pull/20938#discussion_r2152942448
##########
src/chart/radar/RadarSeries.ts:
##########
@@ -71,6 +72,10 @@ export interface RadarSeriesOption
data?: (RadarSeriesDataItemOption | RadarSeriesDataValue)[]
}
+export interface RadarCallbackDataParams extends CallbackDataParams {
+ indicatorIndex: number,
+ indicatorAxes: Array<IndicatorAxis>
Review Comment:
[Instead of indicatorAxes just pass indicatorName of that
axis](https://github.com/apache/echarts/pull/20938/commits/0d4759484050247a60c7a5cd5bee9a3f2c2df6f1)
--
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]