| Package | Description |
|---|---|
| com.vaadin.flow.component.charts | |
| com.vaadin.flow.component.charts.model |
| Constructor and Description |
|---|
Chart(ChartType type)
Creates a new chart with the given type
|
| Modifier and Type | Field and Description |
|---|---|
static ChartType |
ChartType.AREA |
static ChartType |
ChartType.AREARANGE |
static ChartType |
ChartType.AREASPLINE |
static ChartType |
ChartType.AREASPLINERANGE |
static ChartType |
ChartType.BAR |
static ChartType |
ChartType.BOXPLOT |
static ChartType |
ChartType.BUBBLE |
static ChartType |
ChartType.CANDLESTICK |
static ChartType |
ChartType.COLUMN |
static ChartType |
ChartType.COLUMNRANGE |
static ChartType |
ChartType.ERRORBAR |
static ChartType |
ChartType.FLAGS |
static ChartType |
ChartType.FUNNEL |
static ChartType |
ChartType.GAUGE |
static ChartType |
ChartType.HEATMAP |
static ChartType |
ChartType.LINE |
static ChartType |
ChartType.OHLC |
static ChartType |
ChartType.PIE |
static ChartType |
ChartType.POLYGON |
static ChartType |
ChartType.PYRAMID |
static ChartType |
ChartType.SCATTER |
static ChartType |
ChartType.SOLIDGAUGE |
static ChartType |
ChartType.SPLINE |
static ChartType |
ChartType.TREEMAP |
static ChartType |
ChartType.WATERFALL |
| Modifier and Type | Method and Description |
|---|---|
abstract ChartType |
PyramidOptions.getChartType() |
abstract ChartType |
PointOptions.getChartType() |
ChartType |
PlotOptionsWaterfall.getChartType() |
ChartType |
PlotOptionsTreemap.getChartType() |
ChartType |
PlotOptionsSpline.getChartType() |
ChartType |
PlotOptionsSolidgauge.getChartType() |
ChartType |
PlotOptionsScatter.getChartType() |
ChartType |
PlotOptionsPyramid.getChartType() |
ChartType |
PlotOptionsPolygon.getChartType() |
ChartType |
PlotOptionsPie.getChartType() |
ChartType |
PlotOptionsOhlc.getChartType() |
ChartType |
PlotOptionsLine.getChartType() |
ChartType |
PlotOptionsHeatmap.getChartType() |
ChartType |
PlotOptionsGauge.getChartType() |
ChartType |
PlotOptionsFunnel.getChartType() |
ChartType |
PlotOptionsFlags.getChartType() |
ChartType |
PlotOptionsErrorbar.getChartType() |
ChartType |
PlotOptionsColumnrange.getChartType() |
ChartType |
PlotOptionsColumn.getChartType() |
ChartType |
PlotOptionsCandlestick.getChartType() |
ChartType |
PlotOptionsBubble.getChartType() |
ChartType |
PlotOptionsBoxplot.getChartType() |
ChartType |
PlotOptionsBar.getChartType() |
ChartType |
PlotOptionsAreasplinerange.getChartType() |
ChartType |
PlotOptionsAreaspline.getChartType() |
ChartType |
PlotOptionsArearange.getChartType() |
ChartType |
PlotOptionsArea.getChartType() |
abstract ChartType |
OhlcOptions.getChartType() |
abstract ChartType |
AreaOptions.getChartType() |
ChartType |
AbstractPlotOptions.getChartType() |
static ChartType |
ChartType.getDefault() |
ChartType |
ChartModel.getType() |
| Modifier and Type | Method and Description |
|---|---|
AbstractPlotOptions |
Configuration.getPlotOptions(ChartType type)
Returns the plot options for a specific chart type used by this
configuration.
|
void |
ChartModel.setType(ChartType type)
The default series type for the chart.
|
Copyright © 2025. All rights reserved.