Skip to content

YuvChartComponent

component

Wrapper component around AG Charts that automatically applies the application’s chart theme based on the current UI theme (light, dark, high-contrast). Consumers provide standard AG Charts options and may optionally override the theme.

Example :

<yuv-chart [options]="chartOptions" />

Selector: yuv-chart

Standalone: Yes

Type: YuvChartOptions

Required: Yes

AG Charts configuration (data, series, axes, etc.).

Type: AgChartTheme | string | undefined

Default Value: undefined

Optional theme override. When provided, takes precedence over the theme resolved by YuvChartThemeService from the current UI mode.