com.vaadin.flow.component.charts.model.
Class ChartType
All Implemented Interfaces:
The default series type for the chart. Can be one of LINE, SPLINE, AREA, AREASPLINE, COLUMN, BAR, PIE, SCATTER, AREARANGE, AREASPLINERANGE, and COLUMNRANGE. Defaults to LINE.
Own custom extensions can be made by extending this class.
Configuration specific to each ChartType can be set using
Configuration.setPlotOptions(AbstractPlotOptions...)
or for a single
series using AbstractSeries.setPlotOptions(AbstractPlotOptions)
See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ChartType
static final ChartType
static final ChartType
static final ChartType
static final ChartType
static final ChartType
static final ChartType
static final ChartType
static final ChartType
static final ChartType
static final ChartType
static final ChartType
static final ChartType
static final ChartType
static final ChartType
static final ChartType
static final ChartType
static final ChartType
static final ChartType
static final ChartType
static final ChartType
static final ChartType
static final ChartType
static final ChartType
static final ChartType
static final ChartType
static final ChartType
static final ChartType
static final ChartType
static final ChartType
static final ChartType
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
AREA
See Also:
-
LINE
See Also:
-
SPLINE
See Also:
-
AREASPLINE
See Also:
-
BULLET
See Also:
-
COLUMN
See Also:
-
BAR
See Also:
-
PIE
See Also:
-
SCATTER
See Also:
-
GAUGE
See Also:
-
AREARANGE
See Also:
-
COLUMNRANGE
See Also:
-
AREASPLINERANGE
See Also:
-
BOXPLOT
See Also:
-
ERRORBAR
See Also:
-
BUBBLE
See Also:
-
FUNNEL
See Also:
-
WATERFALL
See Also:
-
PYRAMID
See Also:
-
SOLIDGAUGE
See Also:
-
HEATMAP
See Also:
-
TREEMAP
See Also:
-
POLYGON
See Also:
-
CANDLESTICK
See Also:
-
FLAGS
See Also:
-
TIMELINE
See Also:
-
OHLC
See Also:
-
ORGANIZATION
See Also:
-
SANKEY
See Also:
-
XRANGE
See Also:
-
GANTT
-
-
Constructor Details
-
ChartType
Constructs a new Chart type.
Parameters:
type
- the actual type string passed for client side
-
-
Method Details