| Package | Description |
|---|---|
| com.vaadin.flow.component.charts | |
| com.vaadin.flow.component.charts.themes |
| Modifier and Type | Method and Description |
|---|---|
Theme |
ChartOptions.getTheme()
Returns the
Theme in use or null if no theme has been
set. |
| Modifier and Type | Method and Description |
|---|---|
void |
ChartOptions.setTheme(Theme theme)
Sets the theme to use.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LumoDarkTheme
The dark version of the default theme for Vaadin Charts.
|
class |
LumoLightTheme
The default theme for Vaadin Charts.
|
Copyright © 2021. All rights reserved.