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" />Component Metadata
Section titled “Component Metadata”Selector: yuv-chart
Standalone: Yes
Inputs
Section titled “Inputs”options
Section titled “options”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.