ThemeConfiguration

data class ThemeConfiguration(val dataColorPalette: ThemeConfigurationDataColorPalette? = null, val sheet: ThemeConfigurationSheet? = null, val typography: ThemeConfigurationTypography? = null, val uiColorPalette: ThemeConfigurationUiColorPalette? = null)

Constructors

Link copied to clipboard
constructor(dataColorPalette: ThemeConfigurationDataColorPalette? = null, sheet: ThemeConfigurationSheet? = null, typography: ThemeConfigurationTypography? = null, uiColorPalette: ThemeConfigurationUiColorPalette? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Color properties that apply to chart data colors. See data_color_palette.

Link copied to clipboard

Display options related to sheets. See sheet.

Link copied to clipboard

Determines the typography options. See typography.

Link copied to clipboard

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