Vue ChartsThemes Reference
A comprehensive interactive explorer for the AgChartOptions.theme.overrides
structure.
Read more about how to use this structure in the Themes section.
options: {...theme: { This object is used to define the configuration for a custom chart theme. baseTheme?: 'ag-default' | 'ag-default-dark' | 'ag-material' | 'ag-material-dark' | 'ag-pastel' | 'ag-pastel-dark' | 'ag-solar' | 'ag-solar-dark' | 'ag-vivid' | 'ag-vivid-dark'; palette?: AgChartThemePalette { ... }; overrides?: AgChartThemeOverrides { Configuration from this object is merged over the defaults specified in the base theme. cartesian?: AgCartesianThemeOptions<AgCartesianSeriesTheme> { ... }; column?: AgCartesianThemeOptions<AgColumnSeriesOptions> { ... }; bar?: AgCartesianThemeOptions<AgBarSeriesOptions> { ... }; line?: AgCartesianThemeOptions<AgLineSeriesOptions> { ... }; area?: AgCartesianThemeOptions<AgAreaSeriesOptions> { ... }; scatter?: AgCartesianThemeOptions<AgScatterSeriesOptions> { ... }; histogram?: AgCartesianThemeOptions<AgHistogramSeriesOptions> { ... }; polar?: AgPolarThemeOptions<AgPolarSeriesTheme> { ... }; pie?: AgPolarThemeOptions<AgPieSeriesOptions> { ... }; hierarchy?: AgHierarchyThemeOptions<AgHierarchySeriesTheme> { ... }; treemap?: AgHierarchyThemeOptions<AgHierarchySeriesOptions> { ... }; common?: any; }; }}