Package | Description |
---|---|
com.vaadin.flow.component.charts.model |
Modifier and Type | Class and Description |
---|---|
class |
AreaOptions |
class |
ColumnOptions |
class |
GaugeOptions |
class |
OhlcOptions |
class |
PlotOptionsArea |
class |
PlotOptionsArearange
The area range is a cartesian series type with higher and lower Y values
along an X axis.
|
class |
PlotOptionsAreaspline |
class |
PlotOptionsAreasplinerange
The area spline range is a cartesian series type with higher and lower Y
values along an X axis.
|
class |
PlotOptionsBar |
class |
PlotOptionsBoxplot
A box plot is a convenient way of depicting groups of data through their
five-number summaries: the smallest observation (sample minimum), lower
quartile (Q1), median (Q2), upper quartile (Q3), and largest observation
(sample maximum).
|
class |
PlotOptionsBubble
A bubble series is a three dimensional series type where each point renders
an X, Y and Z value.
|
class |
PlotOptionsCandlestick |
class |
PlotOptionsColumn |
class |
PlotOptionsColumnrange
The column range is a cartesian series type with higher and lower Y values
along an X axis.
|
class |
PlotOptionsErrorbar
Error bars are a graphical representation of the variability of data and are
used on graphs to indicate the error, or uncertainty in a reported
measurement.
|
class |
PlotOptionsFlags |
class |
PlotOptionsFunnel
Funnel charts are a type of chart often used to visualize stages in a sales
project, where the top are the initial stages with the most clients.
|
class |
PlotOptionsGauge
General plotting options for the gauge series type.
|
class |
PlotOptionsHeatmap
The heatmap series type.
|
class |
PlotOptionsLine |
class |
PlotOptionsOhlc |
class |
PlotOptionsPie
A pie chart is a circular chart divided into sectors, illustrating numerical
proportion.
|
class |
PlotOptionsPolygon
A polygon series can be used to draw any freeform shape in the cartesian
coordinate system.
|
class |
PlotOptionsPyramid
A pyramid chart consists of a single pyramid with item heights corresponding
to each point value.
|
class |
PlotOptionsScatter |
class |
PlotOptionsSeries
General options for all series types.
|
class |
PlotOptionsSolidgauge
A gauge showing values using a filled arc with colors indicating the value.
|
class |
PlotOptionsSpline |
class |
PlotOptionsTreemap
The size of the point shape is determined by its value relative to its
siblings values.
|
class |
PlotOptionsWaterfall
Options for the waterfall series type.
|
class |
PointOptions |
class |
PyramidOptions |
Modifier and Type | Method and Description |
---|---|
AbstractPlotOptions |
Series.getPlotOptions()
Gets the plot options related to this specific series.
|
AbstractPlotOptions |
AbstractSeries.getPlotOptions()
Gets the plot options related to this specific series.
|
AbstractPlotOptions |
Configuration.getPlotOptions(ChartType type)
Returns the plot options for a specific chart type used by this
configuration.
|
Modifier and Type | Method and Description |
---|---|
Collection<AbstractPlotOptions> |
Configuration.getPlotOptions()
Returns all plot options used by this configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
Configuration.addPlotOptions(AbstractPlotOptions plotOptions)
Adds plot options
|
void |
Configuration.setPlotOptions(AbstractPlotOptions... plotOptions)
Sets component-wide default plot options.
|
void |
Series.setPlotOptions(AbstractPlotOptions plotOptions)
Sets the plot options for this specific series.
|
void |
AbstractSeries.setPlotOptions(AbstractPlotOptions plotOptions)
Sets the plot options for this specific series.
|
Copyright © 2025. All rights reserved.