Skip to content

Variable: AreaChart

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

Area Chart component for trend visualization with filled areas.

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

AreaChartProps

Element

displayName: string