Variable: RadarChart
constRadarChart: {(props):Element;displayName:string; }
Radar Chart component for multi-dimensional data comparison.
Important: This component uses Apache ECharts architecture. Configure it via props, not by passing child components.
Best Practice: Use the built-in data fetching by passing queryKey and parameters props instead of pre-fetching data with useAnalyticsQuery.
Supports both query mode (queryKey + parameters) and data mode (static data).
Type Declaration
Section titled “Type Declaration”Parameters
Section titled “Parameters”Returns
Section titled “Returns”Element
displayName
Section titled “displayName”displayName:
string