AgChartTheme
This object is used to define the configuration for a custom chart theme.
- baseTheme
AgChartThemeName - The name of the theme to base your theme on. Your custom theme will inherit all the configuration from the base theme, allowing you to override just the settings you wish to change using the `overrides` config (see below).
- palette
AgChartThemePalette - The palette to use. If specified, this replaces the palette from the base theme.
- params
AgChartThemeParams - Global parameters to set styles across the whole chart.
- overrides
AgThemeOverrides - Configuration from this object is merged over the defaults specified in the base theme.
AgChartTheme
This object is used to define the configuration for a custom chart theme.
- baseTheme
AgChartThemeName - The name of the theme to base your theme on. Your custom theme will inherit all the configuration from the base theme, allowing you to override just the settings you wish to change using the `overrides` config (see below).
- palette
AgChartThemePalette - The palette to use. If specified, this replaces the palette from the base theme.
- params
AgChartThemeParams - Global parameters to set styles across the whole chart.
- overrides
AgThemeOverrides - Configuration from this object is merged over the defaults specified in the base theme.