| Package | Description |
|---|---|
| com.vaadin.flow.component.charts.model | |
| com.vaadin.flow.component.charts.model.style |
| Modifier and Type | Method and Description |
|---|---|
void |
Drilldown.setActiveAxisLabelStyle(Style activeAxisLabelStyle)
Additional styles to apply to the X axis label for a point that has
drilldown data.
|
void |
Drilldown.setActiveDataLabelStyle(Style activeDataLabelStyle)
Additional styles to apply to the data label of a point that has
drilldown data.
|
void |
RangeSelector.setInputStyle(Style inputStyle)
CSS for the HTML inputs in the range selector.
|
void |
Legend.setItemHiddenStyle(Style itemHiddenStyle)
CSS styles for each legend item when the corresponding series or point is
hidden.
|
void |
Legend.setItemHoverStyle(Style itemHoverStyle)
CSS styles for each legend item in hover mode.
|
void |
Legend.setItemStyle(Style itemStyle)
CSS styles for each legend item.
|
void |
RangeSelector.setLabelStyle(Style labelStyle)
CSS styles for the labels - the Zoom, From and To texts.
|
void |
Loading.setLabelStyle(Style labelStyle)
CSS styles for the loading label
span. |
void |
Navigation.setMenuItemHoverStyle(Style menuItemHoverStyle)
CSS styles for the hover state of the individual items within the popup
menu appearing by default when the export icon is clicked.
|
void |
Navigation.setMenuItemStyle(Style menuItemStyle)
CSS styles for the individual items within the popup menu appearing by
default when the export icon is clicked.
|
void |
Navigation.setMenuStyle(Style menuStyle)
CSS styles for the popup menu appearing by default when the export icon
is clicked.
|
void |
Tooltip.setStyle(Style style)
CSS styles for the tooltip.
|
void |
Title.setStyle(Style style)
CSS styles for the title.
|
void |
Subtitle.setStyle(Style style)
CSS styles for the title.
|
void |
StackLabels.setStyle(Style style)
CSS styles for the label.
|
void |
PlotOptionsFlags.setStyle(Style style)
The text styles of the flag.
|
void |
NoData.setStyle(Style style)
CSS styles for the no-data label.
|
void |
Loading.setStyle(Style style)
CSS styles for the loading screen that covers the plot area.
|
void |
LegendTitle.setStyle(Style style)
Generic CSS styles for the legend title.
|
void |
LegendNavigation.setStyle(Style style)
Text styles for the legend page navigation.
|
void |
Labels.setStyle(Style style)
CSS styles for the label.
|
void |
Label.setStyle(Style style)
CSS styles for the text label.
|
void |
Items.setStyle(Style style)
CSS styles for each label.
|
void |
HTMLLabels.setStyle(Style style)
Sets the CSS style shared for all the labels.
|
void |
HTMLLabelItem.setStyle(Style style)
Sets the CSS style for the label.
|
void |
DataLabelsRange.setStyle(Style style)
Styles for the label.
|
void |
DataLabelsFunnel.setStyle(Style style)
Styles for the label.
|
void |
DataLabels.setStyle(Style style)
Styles for the label.
|
void |
Credits.setStyle(Style style)
CSS styles for the credits label.
|
void |
ChartModel.setStyle(Style style)
Additional CSS styles to apply inline to the container
div. |
void |
AxisTitle.setStyle(Style style)
CSS styles for the title.
|
abstract void |
AbstractDataLabels.setStyle(Style style)
Styles for the label.
|
| Constructor and Description |
|---|
HTMLLabelItem(String html,
Style style)
Constructs a HTMLLabelItem with the given HTML content and style
|
HTMLLabels(Style style,
HTMLLabelItem... items)
Constructs a HTMLLabels instance with a style shared for all the labels
and the given label items
|
| Modifier and Type | Method and Description |
|---|---|
Style |
Theme.getLabels()
Get style of labels
|
Style |
AxisStyle.getLabels() |
Style |
TooltipStyle.getStyle() |
Style |
StyleWrapper.getStyle()
Return the style object
|
Style |
ChartStyle.getStyle()
Gets various style defaults used.
|
Style |
ButtonTheme.getStyle() |
Style |
Theme.getSubtitle()
Get style of Chart subtitle
|
Style |
AxisStyle.getSubtitle() |
Style |
Theme.getTitle()
Get style of Chart title
|
Style |
AxisStyle.getTitle() |
| Modifier and Type | Method and Description |
|---|---|
void |
Theme.setLabels(Style style)
Set new style of labels
|
void |
AxisStyle.setLabels(Style style)
Sets the style for labels
|
void |
TooltipStyle.setStyle(Style style)
Sets the style attributes for tooltips
|
void |
StyleWrapper.setStyle(Style style)
Set the style object
|
void |
ChartStyle.setStyle(Style style)
Sets additional CSS styles to apply inline to the container div.
|
void |
ButtonTheme.setStyle(Style style) |
void |
Theme.setSubtitle(Style style)
Set style of Chart subtitle
|
void |
AxisStyle.setSubtitle(Style style)
Sets the subtitle style
|
void |
Theme.setTitle(Style style)
Set style of Chart title
|
void |
AxisStyle.setTitle(Style style)
Sets the title style
|
Copyright © 2023. All rights reserved.