ThemeConfiguration

data class ThemeConfiguration(val dataColorPalette: ThemeDataColorPalette? = null, val sheet: ThemeSheetStyle? = null, val typography: ThemeTypography? = null, val uiColorPalette: ThemeUiColorPalette? = null)

The theme configuration. This configuration contains all of the display properties for a theme.

Constructors

Link copied to clipboard
constructor(dataColorPalette: ThemeDataColorPalette? = null, sheet: ThemeSheetStyle? = null, typography: ThemeTypography? = null, uiColorPalette: ThemeUiColorPalette? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Color properties that apply to chart data colors.

Link copied to clipboard
val sheet: ThemeSheetStyle? = null

Display options related to sheets.

Link copied to clipboard
Link copied to clipboard

Color properties that apply to the UI and to charts, excluding the colors that apply to data.