Skip to content

Variable: DonutChart

const DonutChart: {(props): Element; displayName: string; }

Donut Chart component (Pie chart with inner radius).

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

DonutChartProps

Element

displayName: string