Uses of Class
com.vaadin.flow.component.charts.model.style.Theme
-
Packages that use Theme Package Description com.vaadin.flow.component.charts com.vaadin.flow.component.charts.themes -
-
Uses of Theme in com.vaadin.flow.component.charts
Methods in com.vaadin.flow.component.charts that return Theme Modifier and Type Method Description ThemeChartOptions. getTheme()Returns theThemein use ornullif no theme has been set.Methods in com.vaadin.flow.component.charts with parameters of type Theme Modifier and Type Method Description voidChartOptions. setTheme(Theme theme)Sets the theme to use. -
Uses of Theme in com.vaadin.flow.component.charts.themes
Subclasses of Theme in com.vaadin.flow.component.charts.themes Modifier and Type Class Description classLumoDarkThemeThe dark version of the default theme for Vaadin Charts.classLumoLightThemeThe default theme for Vaadin Charts.
-