Package | Description |
---|---|
com.vaadin.flow.component.charts.model | |
com.vaadin.flow.component.charts.model.serializers | |
com.vaadin.flow.component.charts.model.style |
Modifier and Type | Class and Description |
---|---|
class |
AxisType
Enum representing different axis types.
|
class |
BackgroundShape
The shape of the pane background.
|
class |
ChartType
The default series type for the chart.
|
class |
Compare
The
YAxis will show percentage or absolute change depending on
whether compare is set to Compare.PERCENT or Compare.VALUE |
class |
Cursor
You can set the cursor to POINTER("pointer") if you have click events
attached to the series, to signal to the user that the points and lines can
be clicked.
|
class |
Dimension
Axial dimension.
|
class |
DrillUpButtonRelativeTo
What box to align the button to.
|
class |
ExportFileType
Default MIME type for exporting if chart.exportChart() is called without specifying a type option.
|
class |
FlagShape
The name of a symbol to use for the border in
ChartType.FLAGS series. |
class |
HorizontalAlign
Alignment of the title relative to the axis values and more generically
horizontal alignment.
|
class |
IntervalUnit
Irregular time unit used to define point interval unit.
|
class |
LayoutDirection
The layout of the legend items.
|
class |
MarkerSymbolEnum
A predefined shape or symbol for the marker.
|
class |
MarkerSymbolUrl
Symbol that is fetched from the url, implementing ChartEnum to provide
correct serialization
|
class |
PanKey
Allows setting a key to switch between zooming and panning.
|
class |
PointPlacement
Possible values: null, ON, BETWEEN.
|
class |
RangeSelectorTimespan
Possible timespan values for range selector buttons
|
class |
ResetZoomButtonRelativeTo
What frame the button should be placed related to.
|
class |
Shape
The name of a symbol to use for the border around the
Datalabels or
Tooltip . |
class |
Stacking
Whether to stack the values of each series on top of each other.
|
class |
StepType
Defines different step line types.
|
class |
TextAlign
The text alignment for the label.
|
class |
TickmarkPlacement
For categorized axes only.
|
class |
TickPosition
The position of the tick marks relative to the axis line.
|
class |
TimeUnit |
class |
TreeMapLayoutAlgorithm
The layout algorithm used by
ChartType.TREEMAP charts. |
class |
TreeMapLayoutStartingDirection
The direction where the layout algorithm will start drawing.
|
class |
VerticalAlign
Alignment of the title relative to the axis values and more generically
vertical alignment.
|
class |
ZoneAxis
Defines the Axis on which the zones are applied.
|
Modifier and Type | Method and Description |
---|---|
void |
ChartEnumSerializer.serialize(ChartEnum value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers) |
Modifier and Type | Class and Description |
---|---|
class |
FontWeight
Font weight used by LabelStyle class
|
class |
StylePosition
CSS position attribute, ABSOLUTE or RELATIVE
|
Copyright © 2020. All rights reserved.