Class Drilldown
java.lang.Object
com.vaadin.flow.component.charts.model.AbstractConfigurationObject
com.vaadin.flow.component.charts.model.Drilldown
- All Implemented Interfaces:
Serializable
Options for drill down, the concept of inspecting increasingly high
resolution data through clicking on chart items like columns or pie slices.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the breadcrumbs navigation options for drilldown levels.voidsetActiveAxisLabelStyle(Style activeAxisLabelStyle) Additional styles to apply to the X axis label for a point that has drilldown data.voidsetActiveDataLabelStyle(Style activeDataLabelStyle) Additional styles to apply to the data label of a point that has drilldown data.voidsetAllowPointDrilldown(Boolean allowPointDrilldown) When this option is false, clicking a single point will drill down all points in the same category, equivalent to clicking the X axis label.voidsetAnimation(Boolean animation) Set the animation for all drilldown animations.voidsetBreadcrumbs(Breadcrumbs breadcrumbs) Options for the breadcrumbs, the navigation at the top leading the way up through the drilldown levels.voidsetConfiguration(Configuration configuration) Sets the configuration linked to the drilldown series.
-
Constructor Details
-
Drilldown
public Drilldown()
-
-
Method Details
-
setConfiguration
Sets the configuration linked to the drilldown series.- Parameters:
configuration-
-
getConfiguration
- Returns:
- the
Configurationthat this series is linked to. - See Also:
-
getActiveAxisLabelStyle
- Returns:
- See Also:
-
setActiveAxisLabelStyle
Additional styles to apply to the X axis label for a point that has drilldown data.- Parameters:
activeAxisLabelStyle-
-
getActiveDataLabelStyle
- Returns:
- See Also:
-
setActiveDataLabelStyle
Additional styles to apply to the data label of a point that has drilldown data.- Parameters:
activeDataLabelStyle-
-
getAnimation
- Returns:
- true if animation is enabled false otherwse.
-
setAnimation
Set the animation for all drilldown animations. Animation of a drilldown occurs when drilling between a column point and a column series, or a pie slice and a full pie series. Drilldown can still be used between series and points of different types, but animation will not occur.- Parameters:
animation-
-
getBreadcrumbs
Returns the breadcrumbs navigation options for drilldown levels.- Returns:
- Breadcrumbs navigation options
-
setBreadcrumbs
Options for the breadcrumbs, the navigation at the top leading the way up through the drilldown levels.- Parameters:
breadcrumbs- the Breadcrumbs configuration
-
getAllowPointDrilldown
- See Also:
-
setAllowPointDrilldown
When this option is false, clicking a single point will drill down all points in the same category, equivalent to clicking the X axis label.Defaults to: true
-