Serialized Form
-
Package com.vaadin.flow.component.charts
-
Class com.vaadin.flow.component.charts.Chart
class Chart extends com.vaadin.flow.component.Component implements Serializable-
Serialized Fields
-
changeListener
ConfigurationChangeListener changeListener
-
configuration
Configuration configuration
-
configurationUpdateRegistration
com.vaadin.flow.shared.Registration configurationUpdateRegistration
-
drillCallbackHandler
com.vaadin.flow.component.charts.Chart.DrillCallbackHandler drillCallbackHandler
-
drilldownCallback
DrilldownCallback drilldownCallback
-
-
-
Class com.vaadin.flow.component.charts.ChartOptions
class ChartOptions extends AbstractConfigurationObject implements Serializable
-
-
Package com.vaadin.flow.component.charts.events
-
Class com.vaadin.flow.component.charts.events.ChartAddSeriesEvent
class ChartAddSeriesEvent extends com.vaadin.flow.component.ComponentEvent<Chart> implements Serializable -
Class com.vaadin.flow.component.charts.events.ChartAfterPrintEvent
class ChartAfterPrintEvent extends com.vaadin.flow.component.ComponentEvent<Chart> implements Serializable -
Class com.vaadin.flow.component.charts.events.ChartBeforePrintEvent
class ChartBeforePrintEvent extends com.vaadin.flow.component.ComponentEvent<Chart> implements Serializable -
Class com.vaadin.flow.component.charts.events.ChartClickEvent
class ChartClickEvent extends com.vaadin.flow.component.ComponentEvent<Chart> implements Serializable-
Serialized Fields
-
details
MouseEventDetails details
-
-
-
Class com.vaadin.flow.component.charts.events.ChartDrillupAllEvent
class ChartDrillupAllEvent extends com.vaadin.flow.component.ComponentEvent<Chart> implements Serializable -
Class com.vaadin.flow.component.charts.events.ChartDrillupEvent
class ChartDrillupEvent extends com.vaadin.flow.component.ComponentEvent<Chart> implements Serializable -
Class com.vaadin.flow.component.charts.events.ChartLoadEvent
class ChartLoadEvent extends com.vaadin.flow.component.ComponentEvent<Chart> implements Serializable -
Class com.vaadin.flow.component.charts.events.ChartRedrawEvent
class ChartRedrawEvent extends com.vaadin.flow.component.ComponentEvent<Chart> implements Serializable -
Class com.vaadin.flow.component.charts.events.ChartSelectionEvent
class ChartSelectionEvent extends com.vaadin.flow.component.ComponentEvent<Chart> implements Serializable -
Class com.vaadin.flow.component.charts.events.DrilldownEvent
class DrilldownEvent extends com.vaadin.flow.component.ComponentEvent<Chart> implements Serializable -
Class com.vaadin.flow.component.charts.events.MouseEventDetails
class MouseEventDetails extends Object implements Serializable-
Serialized Fields
-
absoluteX
int absoluteX
-
absoluteY
int absoluteY
-
altKey
boolean altKey
-
button
MouseEventDetails.MouseButton button
-
ctrlKey
boolean ctrlKey
-
metaKey
boolean metaKey
-
shiftKey
boolean shiftKey
-
xValue
double xValue
-
yValue
double yValue
-
-
-
Class com.vaadin.flow.component.charts.events.PointClickEvent
class PointClickEvent extends com.vaadin.flow.component.ComponentEvent<Chart> implements Serializable-
Serialized Fields
-
category
String category
-
details
MouseEventDetails details
-
pointId
String pointId
-
pointIndex
int pointIndex
-
seriesIndex
int seriesIndex
-
-
-
Class com.vaadin.flow.component.charts.events.PointDragEvent
class PointDragEvent extends com.vaadin.flow.component.ComponentEvent<Chart> implements Serializable -
Class com.vaadin.flow.component.charts.events.PointDragStartEvent
class PointDragStartEvent extends com.vaadin.flow.component.ComponentEvent<Chart> implements Serializable -
Class com.vaadin.flow.component.charts.events.PointDropEvent
class PointDropEvent extends com.vaadin.flow.component.ComponentEvent<Chart> implements Serializable -
Class com.vaadin.flow.component.charts.events.PointLegendItemClickEvent
class PointLegendItemClickEvent extends com.vaadin.flow.component.ComponentEvent<Chart> implements Serializable-
Serialized Fields
-
category
String category
-
details
MouseEventDetails details
-
pointId
String pointId
-
pointIndex
int pointIndex
-
seriesIndex
int seriesIndex
-
-
-
Class com.vaadin.flow.component.charts.events.PointMouseOutEvent
class PointMouseOutEvent extends com.vaadin.flow.component.ComponentEvent<Chart> implements Serializable -
Class com.vaadin.flow.component.charts.events.PointMouseOverEvent
class PointMouseOverEvent extends com.vaadin.flow.component.ComponentEvent<Chart> implements Serializable -
Class com.vaadin.flow.component.charts.events.PointRemoveEvent
class PointRemoveEvent extends com.vaadin.flow.component.ComponentEvent<Chart> implements Serializable -
Class com.vaadin.flow.component.charts.events.PointSelectEvent
class PointSelectEvent extends com.vaadin.flow.component.ComponentEvent<Chart> implements Serializable -
Class com.vaadin.flow.component.charts.events.PointUnselectEvent
class PointUnselectEvent extends com.vaadin.flow.component.ComponentEvent<Chart> implements Serializable -
Class com.vaadin.flow.component.charts.events.PointUpdateEvent
class PointUpdateEvent extends com.vaadin.flow.component.ComponentEvent<Chart> implements Serializable -
Class com.vaadin.flow.component.charts.events.SeriesAfterAnimateEvent
class SeriesAfterAnimateEvent extends com.vaadin.flow.component.ComponentEvent<Chart> implements Serializable-
Serialized Fields
-
seriesIndex
int seriesIndex
-
-
-
Class com.vaadin.flow.component.charts.events.SeriesCheckboxClickEvent
class SeriesCheckboxClickEvent extends com.vaadin.flow.component.ComponentEvent<Chart> implements Serializable-
Serialized Fields
-
checked
boolean checked
-
seriesIndex
int seriesIndex
-
-
-
Class com.vaadin.flow.component.charts.events.SeriesClickEvent
class SeriesClickEvent extends com.vaadin.flow.component.ComponentEvent<Chart> implements Serializable-
Serialized Fields
-
details
MouseEventDetails details
-
seriesIndex
int seriesIndex
-
-
-
Class com.vaadin.flow.component.charts.events.SeriesHideEvent
class SeriesHideEvent extends com.vaadin.flow.component.ComponentEvent<Chart> implements Serializable-
Serialized Fields
-
seriesIndex
int seriesIndex
-
-
-
Class com.vaadin.flow.component.charts.events.SeriesLegendItemClickEvent
class SeriesLegendItemClickEvent extends com.vaadin.flow.component.ComponentEvent<Chart> implements Serializable-
Serialized Fields
-
details
MouseEventDetails details
-
seriesIndex
int seriesIndex
-
-
-
Class com.vaadin.flow.component.charts.events.SeriesMouseOutEvent
class SeriesMouseOutEvent extends com.vaadin.flow.component.ComponentEvent<Chart> implements Serializable-
Serialized Fields
-
seriesIndex
int seriesIndex
-
-
-
Class com.vaadin.flow.component.charts.events.SeriesMouseOverEvent
class SeriesMouseOverEvent extends com.vaadin.flow.component.ComponentEvent<Chart> implements Serializable-
Serialized Fields
-
seriesIndex
int seriesIndex
-
-
-
Class com.vaadin.flow.component.charts.events.SeriesShowEvent
class SeriesShowEvent extends com.vaadin.flow.component.ComponentEvent<Chart> implements Serializable-
Serialized Fields
-
seriesIndex
int seriesIndex
-
-
-
Class com.vaadin.flow.component.charts.events.XAxesExtremesSetEvent
class XAxesExtremesSetEvent extends com.vaadin.flow.component.ComponentEvent<Chart> implements Serializable-
Serialized Fields
-
axisIndex
int axisIndex
-
maximum
double maximum
-
minimum
double minimum
-
-
-
Class com.vaadin.flow.component.charts.events.YAxesExtremesSetEvent
class YAxesExtremesSetEvent extends com.vaadin.flow.component.ComponentEvent<Chart> implements Serializable-
Serialized Fields
-
axisIndex
int axisIndex
-
maximum
double maximum
-
minimum
double minimum
-
-
-
-
Package com.vaadin.flow.component.charts.events.internal
-
Class com.vaadin.flow.component.charts.events.internal.AbstractSeriesEvent
class AbstractSeriesEvent extends Object implements Serializable- serialVersionUID:
- 20141117L
-
Serialized Fields
-
series
Series series
The affected series
-
-
Class com.vaadin.flow.component.charts.events.internal.AbstractSeriesItemEvent
class AbstractSeriesItemEvent extends AbstractSeriesEvent implements Serializable- serialVersionUID:
- 20141117L
-
Serialized Fields
-
item
DataSeriesItem item
The item added. May be null if value != null -
value
Number value
The value added. May be null if item != null
-
-
Class com.vaadin.flow.component.charts.events.internal.AxisRescaledEvent
class AxisRescaledEvent extends Object implements Serializable- serialVersionUID:
- 20141118L
-
Class com.vaadin.flow.component.charts.events.internal.DataAddedEvent
class DataAddedEvent extends AbstractSeriesItemEvent implements Serializable- serialVersionUID:
- 20141117L
-
Serialized Fields
-
shift
boolean shift
true if the data addition was a shift and first item was removed
-
-
Class com.vaadin.flow.component.charts.events.internal.DataRemovedEvent
class DataRemovedEvent extends AbstractSeriesEvent implements Serializable- serialVersionUID:
- 20141117L
-
Serialized Fields
-
index
int index
-
-
Class com.vaadin.flow.component.charts.events.internal.DataUpdatedEvent
class DataUpdatedEvent extends AbstractSeriesItemEvent implements Serializable- serialVersionUID:
- 20141117L
-
Serialized Fields
-
pointIndex
int pointIndex
-
-
Class com.vaadin.flow.component.charts.events.internal.ItemSlicedEvent
class ItemSlicedEvent extends AbstractSeriesEvent implements Serializable-
Serialized Fields
-
animation
boolean animation
-
index
int index
-
redraw
boolean redraw
-
sliced
boolean sliced
-
-
-
Class com.vaadin.flow.component.charts.events.internal.SeriesAddedEvent
class SeriesAddedEvent extends AbstractSeriesEvent implements Serializable -
Class com.vaadin.flow.component.charts.events.internal.SeriesChangedEvent
class SeriesChangedEvent extends AbstractSeriesEvent implements Serializable -
Class com.vaadin.flow.component.charts.events.internal.SeriesStateEvent
class SeriesStateEvent extends AbstractSeriesEvent implements Serializable- serialVersionUID:
- 20141117L
-
Serialized Fields
-
enabled
boolean enabled
Series was enabled
-
-
-
Package com.vaadin.flow.component.charts.model
-
Class com.vaadin.flow.component.charts.model.AbstractConfigurationObject
class AbstractConfigurationObject extends Object implements Serializable -
Class com.vaadin.flow.component.charts.model.AbstractDataLabels
class AbstractDataLabels extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.AbstractPlotOptions
class AbstractPlotOptions extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.AbstractSeries
class AbstractSeries extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
colorAxis
Integer colorAxis
-
configuration
Configuration configuration
-
id
String id
-
name
String name
-
plotOptions
AbstractPlotOptions plotOptions
-
stack
String stack
-
visible
Boolean visible
-
xAxis
Integer xAxis
-
yAxis
Integer yAxis
-
-
-
Class com.vaadin.flow.component.charts.model.AbstractSeriesItem
class AbstractSeriesItem extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.Accessibility
class Accessibility extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
_fn_onTableAnchorClick
String _fn_onTableAnchorClick
-
_fn_pointDateFormatter
String _fn_pointDateFormatter
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
_fn_screenReaderSectionFormatter
String _fn_screenReaderSectionFormatter
-
_fn_seriesDescriptionFormatter
String _fn_seriesDescriptionFormatter
-
describeSingleSeries
Boolean describeSingleSeries
-
enabled
Boolean enabled
-
keyboardNavigation
KeyboardNavigation keyboardNavigation
-
pointDateFormat
String pointDateFormat
-
-
-
Class com.vaadin.flow.component.charts.model.AnnotationItem
class AnnotationItem extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
labels
List<AnnotationItemLabel> labels
-
-
-
Class com.vaadin.flow.component.charts.model.AnnotationItemLabel
class AnnotationItemLabel extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
point
AnnotationItemLabelPoint point
-
style
Style style
-
text
String text
-
useHTML
Boolean useHTML
-
-
-
Class com.vaadin.flow.component.charts.model.AnnotationItemLabelPoint
class AnnotationItemLabelPoint extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.AreaOptions
class AreaOptions extends AbstractPlotOptions implements Serializable -
Class com.vaadin.flow.component.charts.model.Attributes
class Attributes extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.Axis
class Axis extends AbstractConfigurationObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
axisIndex
Integer axisIndex
-
configuration
ChartConfiguration configuration
-
max
Number max
-
min
Number min
-
-
Class com.vaadin.flow.component.charts.model.AxisGrid
class AxisGrid extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.AxisList
class AxisList extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.AxisTitle
class AxisTitle extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.Back
class Back extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.Background
class Background extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.Bottom
class Bottom extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.BoxPlotItem
class BoxPlotItem extends DataSeriesItem implements Serializable -
Class com.vaadin.flow.component.charts.model.Breadcrumbs
class Breadcrumbs extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
_fn_formatter
String _fn_formatter
-
buttonSpacing
Number buttonSpacing
-
buttonTheme
ButtonTheme buttonTheme
-
floating
Boolean floating
-
format
String format
-
position
BreadcrumbsPosition position
-
relativeTo
ButtonRelativeTo relativeTo
-
rtl
Boolean rtl
-
separator
Separator separator
-
showFullPath
Boolean showFullPath
-
style
Style style
-
useHTML
Boolean useHTML
-
zIndex
Number zIndex
-
-
-
Class com.vaadin.flow.component.charts.model.BreadcrumbsPosition
class BreadcrumbsPosition extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.Breaks
class Breaks extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.ButtonOptions
class ButtonOptions extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
align
HorizontalAlign align
-
enabled
Boolean enabled
-
height
Number height
-
symbolFill
Color symbolFill
-
symbolSize
Number symbolSize
-
symbolStroke
Color symbolStroke
-
symbolStrokeWidth
Number symbolStrokeWidth
-
symbolX
Number symbolX
-
symbolY
Number symbolY
-
text
String text
-
verticalAlign
VerticalAlign verticalAlign
-
width
Number width
-
y
Number y
-
-
-
Class com.vaadin.flow.component.charts.model.ButtonPosition
class ButtonPosition extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
align
HorizontalAlign align
-
verticalAlign
VerticalAlign verticalAlign
-
x
Number x
-
y
Number y
-
-
-
Class com.vaadin.flow.component.charts.model.Buttons
class Buttons extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
contextButton
ContextButton contextButton
-
-
-
Class com.vaadin.flow.component.charts.model.ChartConnectors
class ChartConnectors extends ConnectorStyle implements Serializable -
Class com.vaadin.flow.component.charts.model.ChartModel
class ChartModel extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
alignTicks
Boolean alignTicks
-
animation
Boolean animation
-
backgroundColor
Color backgroundColor
-
borderColor
Color borderColor
-
borderRadius
Number borderRadius
-
borderWidth
Number borderWidth
-
className
String className
-
colorCount
Number colorCount
-
description
String description
-
height
String height
-
ignoreHiddenSeries
Boolean ignoreHiddenSeries
-
inverted
Boolean inverted
-
margin
Number[] margin
-
marginBottom
Number marginBottom
-
marginLeft
Number marginLeft
-
marginRight
Number marginRight
-
marginTop
Number marginTop
-
options3d
Options3d options3d
-
panKey
PanKey panKey
-
panning
Boolean panning
-
pinchType
Dimension pinchType
-
plotBackgroundColor
Color plotBackgroundColor
-
plotBackgroundImage
String plotBackgroundImage
-
plotBorderColor
Color plotBorderColor
-
plotBorderWidth
Number plotBorderWidth
-
plotShadow
Boolean plotShadow
-
polar
Boolean polar
-
reflow
Boolean reflow
-
resetZoomButton
ResetZoomButton resetZoomButton
-
selectionMarkerFill
Color selectionMarkerFill
-
shadow
Boolean shadow
-
showAxes
Boolean showAxes
-
spacing
Number[] spacing
-
spacingBottom
Number spacingBottom
-
spacingLeft
Number spacingLeft
-
spacingRight
Number spacingRight
-
spacingTop
Number spacingTop
-
style
Style style
-
styledMode
Boolean styledMode
-
type
ChartType type
-
typeDescription
String typeDescription
-
width
Number width
-
zooming
Zooming zooming
-
zoomType
Dimension zoomType
-
-
-
Class com.vaadin.flow.component.charts.model.ChartType
class ChartType extends Object implements Serializable-
Serialized Fields
-
type
String type
-
-
-
Class com.vaadin.flow.component.charts.model.ColorAxis
class ColorAxis extends YAxis implements Serializable- serialVersionUID:
- 1L
-
Class com.vaadin.flow.component.charts.model.ColumnOptions
class ColumnOptions extends AbstractPlotOptions implements Serializable -
Class com.vaadin.flow.component.charts.model.Completed
class Completed extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.Condition
class Condition extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.Configuration
class Configuration extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
accessibility
Accessibility accessibility
-
annotations
List<AnnotationItem> annotations
-
changeListeners
List<ConfigurationChangeListener> changeListeners
-
chart
ChartModel chart
-
colorAxis
AxisList<ColorAxis> colorAxis
-
connectors
ChartConnectors connectors
-
credits
Credits credits
-
drilldown
Drilldown drilldown
-
exporting
Exporting exporting
-
legend
Legend legend
-
loading
Loading loading
-
navigation
Navigation navigation
-
navigator
Navigator navigator
-
noData
NoData noData
-
pane
PaneList pane
-
plotOptions
Map<String,
AbstractPlotOptions> plotOptions -
rangeSelector
RangeSelector rangeSelector
-
scrollbar
Scrollbar scrollbar
-
series
List<Series> series
-
subtitle
Subtitle subtitle
-
time
Time time
-
title
Title title
-
tooltip
Tooltip tooltip
-
xAxis
AxisList<XAxis> xAxis
-
yAxis
AxisList<YAxis> yAxis
-
zAxis
AxisList<ZAxis> zAxis
-
-
-
Class com.vaadin.flow.component.charts.model.ConnectorStyle
class ConnectorStyle extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.ContextButton
class ContextButton extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
align
HorizontalAlign align
-
buttonSpacing
Number buttonSpacing
-
enabled
Boolean enabled
-
height
Number height
-
menuItems
ContextButtonMenuItem[] menuItems
-
symbol
String symbol
-
symbolFill
Color symbolFill
-
symbolSize
Number symbolSize
-
symbolStroke
Color symbolStroke
-
symbolStrokeWidth
Number symbolStrokeWidth
-
symbolX
Number symbolX
-
symbolY
Number symbolY
-
text
String text
-
theme
ButtonTheme theme
-
verticalAlign
VerticalAlign verticalAlign
-
width
Number width
-
x
Number x
-
y
Number y
-
-
-
Class com.vaadin.flow.component.charts.model.ContextButtonMenuItem
class ContextButtonMenuItem extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.Credits
class Credits extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.Crosshair
class Crosshair extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.CrosshairLabel
class CrosshairLabel extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.DataGrouping
class DataGrouping extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
dateTimeLabelFormats
DateTimeLabelFormats dateTimeLabelFormats
-
enabled
Boolean enabled
-
forced
Boolean forced
-
groupPixelWidth
Number groupPixelWidth
-
smoothed
Boolean smoothed
-
units
ArrayList<TimeUnitMultiples> units
-
-
-
Class com.vaadin.flow.component.charts.model.DataLabels
class DataLabels extends AbstractDataLabels implements Serializable-
Serialized Fields
-
_fn_formatter
String _fn_formatter
-
align
HorizontalAlign align
-
allowOverlap
Boolean allowOverlap
-
backgroundColor
Color backgroundColor
-
borderColor
Color borderColor
-
borderRadius
Number borderRadius
-
borderWidth
Number borderWidth
-
className
String className
-
color
Color color
-
connectorColor
Color connectorColor
-
connectorPadding
Number connectorPadding
-
connectorWidth
Number connectorWidth
-
crop
Boolean crop
-
defer
Boolean defer
-
distance
Number distance
-
enabled
Boolean enabled
-
format
String format
-
inside
Boolean inside
-
overflow
String overflow
-
padding
Number padding
-
position
HorizontalAlign position
-
rotation
Number rotation
-
shadow
Boolean shadow
-
shape
Shape shape
-
softConnector
Boolean softConnector
-
style
Style style
-
useHTML
Boolean useHTML
-
verticalAlign
VerticalAlign verticalAlign
-
x
Number x
-
y
Number y
-
zIndex
Number zIndex
-
-
-
Class com.vaadin.flow.component.charts.model.DataLabelsFunnel
class DataLabelsFunnel extends AbstractDataLabels implements Serializable-
Serialized Fields
-
_fn_formatter
String _fn_formatter
-
backgroundColor
Color backgroundColor
-
borderColor
Color borderColor
-
borderRadius
Number borderRadius
-
borderWidth
Number borderWidth
-
className
String className
-
color
Color color
-
connectorColor
Color connectorColor
-
connectorPadding
Number connectorPadding
-
connectorWidth
Number connectorWidth
-
crop
Boolean crop
-
defer
Boolean defer
-
distance
Number distance
-
enabled
Boolean enabled
-
format
String format
-
inside
Boolean inside
-
overflow
String overflow
-
padding
Number padding
-
rotation
Number rotation
-
shadow
Boolean shadow
-
shape
Shape shape
-
softConnector
Boolean softConnector
-
style
Style style
-
useHTML
Boolean useHTML
-
verticalAlign
VerticalAlign verticalAlign
-
x
Number x
-
y
Number y
-
zIndex
Number zIndex
-
-
-
Class com.vaadin.flow.component.charts.model.DataLabelsRange
class DataLabelsRange extends AbstractDataLabels implements Serializable-
Serialized Fields
-
_fn_formatter
String _fn_formatter
-
align
HorizontalAlign align
-
allowOverlap
Boolean allowOverlap
-
backgroundColor
Color backgroundColor
-
borderColor
Color borderColor
-
borderRadius
Number borderRadius
-
borderWidth
Number borderWidth
-
className
String className
-
color
Color color
-
crop
Boolean crop
-
defer
Boolean defer
-
enabled
Boolean enabled
-
format
String format
-
inside
Boolean inside
-
overflow
String overflow
-
padding
Number padding
-
rotation
Number rotation
-
shadow
Boolean shadow
-
shape
Shape shape
-
style
Style style
-
useHTML
Boolean useHTML
-
verticalAlign
VerticalAlign verticalAlign
-
xHigh
Number xHigh
-
xLow
Number xLow
-
yHigh
Number yHigh
-
yLow
Number yLow
-
zIndex
Number zIndex
-
-
-
Class com.vaadin.flow.component.charts.model.DataProviderSeries
class DataProviderSeries extends AbstractSeries implements Serializable-
Serialized Fields
-
automaticChartUpdateEnabled
boolean automaticChartUpdateEnabled
-
chartAttributeToCallback
Map<String,
com.vaadin.flow.function.SerializableFunction<T, Object>> chartAttributeToCallback -
dataProvider
com.vaadin.flow.data.provider.DataProvider<T,
?> dataProvider -
dataProviderRegistration
com.vaadin.flow.shared.Registration dataProviderRegistration
-
listener
com.vaadin.flow.data.provider.DataProviderListener<T> listener
-
-
-
Class com.vaadin.flow.component.charts.model.DataSeries
class DataSeries extends AbstractSeries implements Serializable-
Serialized Fields
-
data
List<DataSeriesItem> data
-
drilldownSeries
List<Series> drilldownSeries
-
-
-
Class com.vaadin.flow.component.charts.model.DataSeriesItem
class DataSeriesItem extends AbstractSeriesItem implements Serializable -
Class com.vaadin.flow.component.charts.model.DataSeriesItem3d
class DataSeriesItem3d extends DataSeriesItem implements Serializable-
Serialized Fields
-
z
Number z
-
-
-
Class com.vaadin.flow.component.charts.model.DataSeriesItemBullet
class DataSeriesItemBullet extends DataSeriesItem implements Serializable-
Serialized Fields
-
target
Number target
-
targetOptions
TargetOptions targetOptions
-
-
-
Class com.vaadin.flow.component.charts.model.DataSeriesItemSankey
class DataSeriesItemSankey extends DataSeriesItem implements Serializable -
Class com.vaadin.flow.component.charts.model.DataSeriesItemTimeline
class DataSeriesItemTimeline extends DataSeriesItem implements Serializable-
Serialized Fields
-
label
String label
-
-
-
Class com.vaadin.flow.component.charts.model.DataSeriesItemXrange
class DataSeriesItemXrange extends DataSeriesItem implements Serializable-
Serialized Fields
-
partialFill
ItemPartialFill partialFill
-
x2
Number x2
-
-
-
Class com.vaadin.flow.component.charts.model.DateTimeLabelFormats
class DateTimeLabelFormats extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.Dial
class Dial extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.DragDrop
class DragDrop extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
draggableEnd
Boolean draggableEnd
-
draggableStart
Boolean draggableStart
-
draggableX
Boolean draggableX
-
draggableX1
Boolean draggableX1
-
draggableX2
Boolean draggableX2
-
draggableY
Boolean draggableY
-
dragHandle
DragHandle dragHandle
-
dragMaxX
Number dragMaxX
-
dragMaxY
Number dragMaxY
-
dragMinX
Number dragMinX
-
dragMinY
Number dragMinY
-
dragPrecisionX
Number dragPrecisionX
-
dragPrecisionY
Number dragPrecisionY
-
dragSensitivity
Number dragSensitivity
-
groupBy
String groupBy
-
guideBox
GuideBox guideBox
-
liveRedraw
Boolean liveRedraw
-
-
-
Class com.vaadin.flow.component.charts.model.DragHandle
class DragHandle extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.Drilldown
class Drilldown extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
activeAxisLabelStyle
Style activeAxisLabelStyle
-
activeDataLabelStyle
Style activeDataLabelStyle
-
allowPointDrilldown
Boolean allowPointDrilldown
-
animation
Boolean animation
-
breadcrumbs
Breadcrumbs breadcrumbs
-
configuration
Configuration configuration
-
series
List<Series> series
-
-
-
Class com.vaadin.flow.component.charts.model.DrilldownCallback.DrilldownDetails
class DrilldownDetails extends Object implements Serializable-
Serialized Fields
-
item
DataSeriesItem item
-
itemIndex
int itemIndex
-
series
Series series
-
-
-
Class com.vaadin.flow.component.charts.model.Exporting
class Exporting extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
_fn_error
String _fn_error
-
allowHTML
Boolean allowHTML
-
buttons
Buttons buttons
-
enabled
Boolean enabled
-
fallbackToExportServer
Boolean fallbackToExportServer
-
filename
String filename
-
libURL
String libURL
-
menuItemDefinitions
Map<String,
ExportingMenuItemDefinition> menuItemDefinitions -
printMaxWidth
Number printMaxWidth
-
scale
Number scale
-
sourceHeight
Number sourceHeight
-
sourceWidth
Number sourceWidth
-
type
ExportFileType type
-
url
String url
-
width
Number width
-
-
-
Class com.vaadin.flow.component.charts.model.ExportingMenuItemDefinition
class ExportingMenuItemDefinition extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.FlagItem
class FlagItem extends DataSeriesItem implements Serializable -
Class com.vaadin.flow.component.charts.model.Frame
class Frame extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.GanttSeries
class GanttSeries extends AbstractSeries implements Serializable-
Serialized Fields
-
data
List<GanttSeriesItem> data
-
-
-
Class com.vaadin.flow.component.charts.model.GanttSeriesItem
class GanttSeriesItem extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
collapsed
Boolean collapsed
-
color
Color color
-
colorIndex
Number colorIndex
-
completed
Completed completed
-
custom
AbstractConfigurationObject custom
-
dependency
List<GanttSeriesItemDependency> dependency
-
description
String description
-
end
Number end
-
id
String id
-
labelrank
Number labelrank
-
milestone
Boolean milestone
-
name
String name
-
parent
String parent
-
start
Number start
-
y
Number y
-
-
-
Class com.vaadin.flow.component.charts.model.GanttSeriesItemDependency
class GanttSeriesItemDependency extends ConnectorStyle implements Serializable-
Serialized Fields
-
to
String to
-
-
-
Class com.vaadin.flow.component.charts.model.GaugeOptions
class GaugeOptions extends AbstractPlotOptions implements Serializable -
Class com.vaadin.flow.component.charts.model.Global
class Global extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.GuideBox
class GuideBox extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
defaultState
GuideBoxDefaultState defaultState
-
-
-
Class com.vaadin.flow.component.charts.model.GuideBoxDefaultState
class GuideBoxDefaultState extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.Halo
class Halo extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
attributes
Attributes attributes
-
opacity
Number opacity
-
size
Number size
-
-
-
Class com.vaadin.flow.component.charts.model.Handles
class Handles extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.HeatSeries
class HeatSeries extends AbstractSeries implements Serializable-
Serialized Fields
-
data
Number[][] data
-
-
-
Class com.vaadin.flow.component.charts.model.Hover
class Hover extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
animation
Boolean animation
-
borderColor
Color borderColor
-
brightness
Number brightness
-
color
Color color
-
enabled
Boolean enabled
-
fillColor
Color fillColor
-
halo
Halo halo
-
lineColor
Color lineColor
-
lineWidth
Number lineWidth
-
lineWidthPlus
Number lineWidthPlus
-
marker
Marker marker
-
opacity
Number opacity
-
radius
Number radius
-
radiusPlus
Number radiusPlus
-
-
-
Class com.vaadin.flow.component.charts.model.Inactive
class Inactive extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.ItemPartialFill
class ItemPartialFill extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.Items
class Items extends AbstractConfigurationObject implements Serializable- serialVersionUID:
- 1L
-
Class com.vaadin.flow.component.charts.model.Label
class Label extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
align
HorizontalAlign align
-
rotation
Number rotation
-
style
Style style
-
text
String text
-
textAlign
TextAlign textAlign
-
useHTML
Boolean useHTML
-
verticalAlign
VerticalAlign verticalAlign
-
x
Number x
-
y
Number y
-
-
-
Class com.vaadin.flow.component.charts.model.Labels
class Labels extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
_fn_formatter
String _fn_formatter
-
align
HorizontalAlign align
-
autoRotation
Number[] autoRotation
-
autoRotationLimit
Number autoRotationLimit
-
distance
Number distance
-
enabled
Boolean enabled
-
format
String format
-
padding
Number padding
-
reserveSpace
Boolean reserveSpace
-
rotation
String rotation
-
staggerLines
Number staggerLines
-
step
Number step
-
style
Style style
-
useHTML
Boolean useHTML
-
x
Number x
-
y
Number y
-
zIndex
Number zIndex
-
-
-
Class com.vaadin.flow.component.charts.model.Lang
class Lang extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
contextButtonTitle
String contextButtonTitle
-
decimalPoint
String decimalPoint
-
downloadJPEG
String downloadJPEG
-
downloadPDF
String downloadPDF
-
downloadPNG
String downloadPNG
-
downloadSVG
String downloadSVG
-
invalidDate
String invalidDate
-
loading
String loading
-
months
String[] months
-
noData
String noData
-
numericSymbolMagnitude
Number numericSymbolMagnitude
-
numericSymbols
String[] numericSymbols
-
printChart
String printChart
-
rangeSelectorFrom
String rangeSelectorFrom
-
rangeSelectorTo
String rangeSelectorTo
-
rangeSelectorZoom
String rangeSelectorZoom
-
resetZoom
String resetZoom
-
resetZoomTitle
String resetZoomTitle
-
shortMonths
String[] shortMonths
-
shortWeekdays
String[] shortWeekdays
-
thousandsSep
String thousandsSep
-
weekdays
String[] weekdays
-
-
-
Class com.vaadin.flow.component.charts.model.Legend
class Legend extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
_fn_labelFormatter
String _fn_labelFormatter
-
align
HorizontalAlign align
-
backgroundColor
Color backgroundColor
-
borderColor
Color borderColor
-
borderRadius
Number borderRadius
-
borderWidth
Number borderWidth
-
enabled
Boolean enabled
-
floating
Boolean floating
-
itemDistance
Number itemDistance
-
itemHiddenStyle
Style itemHiddenStyle
-
itemHoverStyle
Style itemHoverStyle
-
itemMarginBottom
Number itemMarginBottom
-
itemMarginTop
Number itemMarginTop
-
itemStyle
Style itemStyle
-
itemWidth
Number itemWidth
-
labelFormat
String labelFormat
-
layout
LayoutDirection layout
-
lineHeight
Number lineHeight
-
margin
Number margin
-
maxHeight
Number maxHeight
-
navigation
LegendNavigation navigation
-
padding
Number padding
-
reversed
Boolean reversed
-
rtl
Boolean rtl
-
shadow
Boolean shadow
-
squareSymbol
Boolean squareSymbol
-
symbolHeight
Number symbolHeight
-
symbolPadding
Number symbolPadding
-
symbolRadius
Number symbolRadius
-
symbolWidth
Number symbolWidth
-
title
LegendTitle title
-
useHTML
Boolean useHTML
-
verticalAlign
VerticalAlign verticalAlign
-
width
Number width
-
x
Number x
-
y
Number y
-
-
-
Class com.vaadin.flow.component.charts.model.LegendTitle
class LegendTitle extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.Level
class Level extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
borderColor
Color borderColor
-
borderDashStyle
DashStyle borderDashStyle
-
borderWidth
Number borderWidth
-
color
Color color
-
dataLabels
DataLabels dataLabels
-
layoutAlgorithm
TreeMapLayoutAlgorithm layoutAlgorithm
-
layoutStartingDirection
TreeMapLayoutStartingDirection layoutStartingDirection
-
level
Number level
-
-
-
Class com.vaadin.flow.component.charts.model.Link
class Link extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.ListSeries
class ListSeries extends AbstractSeries implements Serializable -
Class com.vaadin.flow.component.charts.model.Loading
class Loading extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.Marker
class Marker extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
align
HorizontalAlign align
-
enabled
Boolean enabled
-
fillColor
Color fillColor
-
height
Number height
-
inside
Boolean inside
-
lineColor
Color lineColor
-
lineWidth
Number lineWidth
-
radius
Number radius
-
states
States states
-
symbol
MarkerSymbol symbol
-
verticalAlign
VerticalAlign verticalAlign
-
width
Number width
-
-
-
Class com.vaadin.flow.component.charts.model.MarkerSymbolUrl
class MarkerSymbolUrl extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
url
String url
-
-
-
Class com.vaadin.flow.component.charts.model.NoData
class NoData extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.Node
class Node extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.NodeSeries
class NodeSeries extends AbstractSeries implements Serializable-
Serialized Fields
-
data
List<NodeSeriesItem> data
-
nodes
Set<Node> nodes
-
-
-
Class com.vaadin.flow.component.charts.model.NodeSeriesItem
class NodeSeriesItem extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
-
Class com.vaadin.flow.component.charts.model.OhlcItem
class OhlcItem extends DataSeriesItem implements Serializable -
Class com.vaadin.flow.component.charts.model.OhlcOptions
class OhlcOptions extends AbstractPlotOptions implements Serializable -
Class com.vaadin.flow.component.charts.model.Options3d
class Options3d extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.Pane
class Pane extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.PaneList
class PaneList extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.PartialFill
class PartialFill extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
fill
Color fill
-
-
-
Class com.vaadin.flow.component.charts.model.Pivot
class Pivot extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.PlotBand
class PlotBand extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.PlotLine
class PlotLine extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.PlotOptionsArea
class PlotOptionsArea extends AreaOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
compare
Compare compare
-
compareBase
Number compareBase
-
connectEnds
Boolean connectEnds
-
connectNulls
Boolean connectNulls
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dashStyle
DashStyle dashStyle
-
dataGrouping
DataGrouping dataGrouping
-
dataLabels
DataLabels dataLabels
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
fillColor
Color fillColor
-
fillOpacity
Number fillOpacity
-
findNearestPointBy
Dimension findNearestPointBy
-
gapSize
Number gapSize
-
gapUnit
String gapUnit
-
getExtremesFromAll
Boolean getExtremesFromAll
-
keys
ArrayList<String> keys
-
legendIndex
Number legendIndex
-
linecap
String linecap
-
lineColor
Color lineColor
-
lineWidth
Number lineWidth
-
linkedTo
String linkedTo
-
marker
Marker marker
-
navigatorOptions
PlotOptionsSeries navigatorOptions
-
negativeColor
Color negativeColor
-
negativeFillColor
Color negativeFillColor
-
opacity
Number opacity
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPlacement
PointPlacement pointPlacement
-
pointRange
Number pointRange
-
pointStart
Number pointStart
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
showInNavigator
Boolean showInNavigator
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
softThreshold
Boolean softThreshold
-
stacking
Stacking stacking
-
states
States states
-
step
StepType step
-
stickyTracking
Boolean stickyTracking
-
threshold
Number threshold
-
tooltip
SeriesTooltip tooltip
-
trackByArea
Boolean trackByArea
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsArearange
class PlotOptionsArearange extends AreaOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
compare
Compare compare
-
compareBase
Number compareBase
-
connectNulls
Boolean connectNulls
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dashStyle
DashStyle dashStyle
-
dataGrouping
DataGrouping dataGrouping
-
dataLabels
DataLabelsRange dataLabels
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
fillColor
Color fillColor
-
fillOpacity
Number fillOpacity
-
findNearestPointBy
Dimension findNearestPointBy
-
gapSize
Number gapSize
-
gapUnit
String gapUnit
-
getExtremesFromAll
Boolean getExtremesFromAll
-
keys
ArrayList<String> keys
-
legendIndex
Number legendIndex
-
linecap
String linecap
-
lineColor
Color lineColor
-
lineWidth
Number lineWidth
-
linkedTo
String linkedTo
-
navigatorOptions
PlotOptionsSeries navigatorOptions
-
negativeColor
Color negativeColor
-
negativeFillColor
Color negativeFillColor
-
opacity
Number opacity
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPlacement
PointPlacement pointPlacement
-
pointRange
Number pointRange
-
pointStart
Number pointStart
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
showInNavigator
Boolean showInNavigator
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
stacking
Stacking stacking
-
states
States states
-
step
StepType step
-
stickyTracking
Boolean stickyTracking
-
threshold
Number threshold
-
tooltip
SeriesTooltip tooltip
-
trackByArea
Boolean trackByArea
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
class PlotOptionsAreaspline extends AreaOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
compare
Compare compare
-
compareBase
Number compareBase
-
connectEnds
Boolean connectEnds
-
connectNulls
Boolean connectNulls
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dashStyle
DashStyle dashStyle
-
dataGrouping
DataGrouping dataGrouping
-
dataLabels
DataLabels dataLabels
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
fillColor
Color fillColor
-
fillOpacity
Number fillOpacity
-
findNearestPointBy
Dimension findNearestPointBy
-
gapSize
Number gapSize
-
gapUnit
String gapUnit
-
getExtremesFromAll
Boolean getExtremesFromAll
-
keys
ArrayList<String> keys
-
legendIndex
Number legendIndex
-
linecap
String linecap
-
lineColor
Color lineColor
-
lineWidth
Number lineWidth
-
linkedTo
String linkedTo
-
marker
Marker marker
-
navigatorOptions
PlotOptionsSeries navigatorOptions
-
negativeColor
Color negativeColor
-
negativeFillColor
Color negativeFillColor
-
opacity
Number opacity
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPlacement
PointPlacement pointPlacement
-
pointRange
Number pointRange
-
pointStart
Number pointStart
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
showInNavigator
Boolean showInNavigator
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
softThreshold
Boolean softThreshold
-
stacking
Stacking stacking
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
threshold
Number threshold
-
tooltip
SeriesTooltip tooltip
-
trackByArea
Boolean trackByArea
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
class PlotOptionsAreasplinerange extends AreaOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
compare
Compare compare
-
compareBase
Number compareBase
-
connectNulls
Boolean connectNulls
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dashStyle
DashStyle dashStyle
-
dataGrouping
DataGrouping dataGrouping
-
dataLabels
DataLabelsRange dataLabels
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
fillColor
Color fillColor
-
fillOpacity
Number fillOpacity
-
findNearestPointBy
Dimension findNearestPointBy
-
gapSize
Number gapSize
-
gapUnit
String gapUnit
-
getExtremesFromAll
Boolean getExtremesFromAll
-
keys
ArrayList<String> keys
-
legendIndex
Number legendIndex
-
linecap
String linecap
-
lineColor
Color lineColor
-
lineWidth
Number lineWidth
-
linkedTo
String linkedTo
-
navigatorOptions
PlotOptionsSeries navigatorOptions
-
negativeColor
Color negativeColor
-
negativeFillColor
Color negativeFillColor
-
opacity
Number opacity
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPlacement
PointPlacement pointPlacement
-
pointRange
Number pointRange
-
pointStart
Number pointStart
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
showInNavigator
Boolean showInNavigator
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
stacking
Stacking stacking
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
tooltip
SeriesTooltip tooltip
-
trackByArea
Boolean trackByArea
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsBar
class PlotOptionsBar extends ColumnOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
borderColor
Color borderColor
-
borderRadius
Number borderRadius
-
borderWidth
Number borderWidth
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorByPoint
Boolean colorByPoint
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
colors
ArrayList<Color> colors
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dataLabels
DataLabels dataLabels
-
depth
Number depth
-
description
String description
-
edgeColor
Color edgeColor
-
edgeWidth
Number edgeWidth
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
getExtremesFromAll
Boolean getExtremesFromAll
-
grouping
Boolean grouping
-
groupPadding
Number groupPadding
-
groupZPadding
Number groupZPadding
-
keys
ArrayList<String> keys
-
linkedTo
String linkedTo
-
maxPointWidth
Number maxPointWidth
-
minPointLength
Number minPointLength
-
negativeColor
Color negativeColor
-
opacity
Number opacity
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPadding
Number pointPadding
-
pointPlacement
PointPlacement pointPlacement
-
pointRange
Number pointRange
-
pointStart
Number pointStart
-
pointWidth
Number pointWidth
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
softThreshold
Boolean softThreshold
-
stacking
Stacking stacking
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
threshold
Number threshold
-
tooltip
SeriesTooltip tooltip
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
class PlotOptionsBoxplot extends AbstractPlotOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorByPoint
Boolean colorByPoint
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
colors
ArrayList<Color> colors
-
crisp
Boolean crisp
-
cursor
Cursor cursor
-
depth
Number depth
-
description
String description
-
edgeColor
Color edgeColor
-
edgeWidth
Number edgeWidth
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
fillColor
Color fillColor
-
findNearestPointBy
Dimension findNearestPointBy
-
getExtremesFromAll
Boolean getExtremesFromAll
-
grouping
Boolean grouping
-
groupPadding
Number groupPadding
-
groupZPadding
Number groupZPadding
-
keys
ArrayList<String> keys
-
lineWidth
Number lineWidth
-
linkedTo
String linkedTo
-
maxPointWidth
Number maxPointWidth
-
medianColor
Color medianColor
-
medianWidth
Number medianWidth
-
negativeColor
Color negativeColor
-
opacity
Number opacity
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPadding
Number pointPadding
-
pointPlacement
PointPlacement pointPlacement
-
pointRange
Number pointRange
-
pointStart
Number pointStart
-
pointWidth
Number pointWidth
-
selected
Boolean selected
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
states
States states
-
stemColor
Color stemColor
-
stemDashStyle
DashStyle stemDashStyle
-
stemWidth
Number stemWidth
-
stickyTracking
Boolean stickyTracking
-
tooltip
SeriesTooltip tooltip
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
whiskerColor
Color whiskerColor
-
whiskerLength
String whiskerLength
-
whiskerWidth
Number whiskerWidth
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsBubble
class PlotOptionsBubble extends AbstractPlotOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dashStyle
DashStyle dashStyle
-
dataLabels
DataLabels dataLabels
-
description
String description
-
displayNegative
Boolean displayNegative
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
getExtremesFromAll
Boolean getExtremesFromAll
-
keys
ArrayList<String> keys
-
lineWidth
Number lineWidth
-
linkedTo
String linkedTo
-
marker
Marker marker
-
maxSize
String maxSize
-
minSize
String minSize
-
negativeColor
Color negativeColor
-
opacity
Number opacity
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointStart
Number pointStart
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
sizeBy
String sizeBy
-
sizeByAbsoluteValue
Boolean sizeByAbsoluteValue
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
softThreshold
Boolean softThreshold
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
threshold
Number threshold
-
tooltip
SeriesTooltip tooltip
-
visible
Boolean visible
-
zMax
Number zMax
-
zMin
Number zMin
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<Zones> zones
-
zThreshold
Number zThreshold
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsBullet
class PlotOptionsBullet extends AbstractPlotOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
borderColor
Color borderColor
-
borderRadius
Number borderRadius
-
borderWidth
Number borderWidth
-
centerInCategory
Boolean centerInCategory
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorByPoint
Boolean colorByPoint
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
colors
ArrayList<Color> colors
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dashStyle
DashStyle dashStyle
-
dataLabels
DataLabels dataLabels
-
depth
Number depth
-
description
String description
-
edgeColor
Color edgeColor
-
edgeWidth
Number edgeWidth
-
enableMouseTracking
Boolean enableMouseTracking
-
findNearestPointBy
Dimension findNearestPointBy
-
getExtremesFromAll
Boolean getExtremesFromAll
-
grouping
Boolean grouping
-
groupPadding
Number groupPadding
-
groupZPadding
Number groupZPadding
-
keys
ArrayList<String> keys
-
legendIndex
Number legendIndex
-
linkedTo
String linkedTo
-
maxPointWidth
Number maxPointWidth
-
minPointLength
Number minPointLength
-
negativeColor
Color negativeColor
-
opacity
Number opacity
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPadding
Number pointPadding
-
pointPlacement
PointPlacement pointPlacement
-
pointRange
Number pointRange
-
pointStart
Number pointStart
-
pointWidth
Number pointWidth
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
softThreshold
Boolean softThreshold
-
stacking
Stacking stacking
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
targetOptions
TargetOptions targetOptions
-
threshold
Number threshold
-
tooltip
SeriesTooltip tooltip
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
class PlotOptionsCandlestick extends OhlcOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorByPoint
Boolean colorByPoint
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
colors
ArrayList<Color> colors
-
compareBase
Number compareBase
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dataGrouping
DataGrouping dataGrouping
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
gapUnit
String gapUnit
-
getExtremesFromAll
Boolean getExtremesFromAll
-
grouping
Boolean grouping
-
groupPadding
Number groupPadding
-
keys
ArrayList<String> keys
-
legendIndex
Number legendIndex
-
lineColor
Color lineColor
-
lineWidth
Number lineWidth
-
linkedTo
String linkedTo
-
maxPointWidth
Number maxPointWidth
-
minPointLength
Number minPointLength
-
navigatorOptions
PlotOptionsSeries navigatorOptions
-
negativeColor
Color negativeColor
-
opacity
Number opacity
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPadding
Number pointPadding
-
pointPlacement
PointPlacement pointPlacement
-
pointRange
Number pointRange
-
pointStart
Number pointStart
-
pointWidth
Number pointWidth
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
showInNavigator
Boolean showInNavigator
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
softThreshold
Boolean softThreshold
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
threshold
Number threshold
-
tooltip
SeriesTooltip tooltip
-
turboThreshold
Number turboThreshold
-
upColor
Color upColor
-
upLineColor
Color upLineColor
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsColumn
class PlotOptionsColumn extends ColumnOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
borderColor
Color borderColor
-
borderRadius
Number borderRadius
-
borderWidth
Number borderWidth
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorByPoint
Boolean colorByPoint
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
colors
ArrayList<Color> colors
-
compare
Compare compare
-
compareBase
Number compareBase
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dataGrouping
DataGrouping dataGrouping
-
dataLabels
DataLabels dataLabels
-
depth
Number depth
-
description
String description
-
edgeColor
Color edgeColor
-
edgeWidth
Number edgeWidth
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
gapUnit
String gapUnit
-
getExtremesFromAll
Boolean getExtremesFromAll
-
grouping
Boolean grouping
-
groupPadding
Number groupPadding
-
groupZPadding
Number groupZPadding
-
keys
ArrayList<String> keys
-
legendIndex
Number legendIndex
-
linkedTo
String linkedTo
-
maxPointWidth
Number maxPointWidth
-
minPointLength
Number minPointLength
-
navigatorOptions
PlotOptionsSeries navigatorOptions
-
negativeColor
Color negativeColor
-
opacity
Number opacity
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPadding
Number pointPadding
-
pointPlacement
PointPlacement pointPlacement
-
pointRange
Number pointRange
-
pointStart
Number pointStart
-
pointWidth
Number pointWidth
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
showInNavigator
Boolean showInNavigator
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
softThreshold
Boolean softThreshold
-
stacking
Stacking stacking
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
threshold
Number threshold
-
tooltip
SeriesTooltip tooltip
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
class PlotOptionsColumnrange extends ColumnOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
borderColor
Color borderColor
-
borderRadius
Number borderRadius
-
borderWidth
Number borderWidth
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorByPoint
Boolean colorByPoint
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
colors
ArrayList<Color> colors
-
compare
Compare compare
-
compareBase
Number compareBase
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dataGrouping
DataGrouping dataGrouping
-
dataLabels
DataLabelsRange dataLabels
-
depth
Number depth
-
description
String description
-
edgeColor
Color edgeColor
-
edgeWidth
Number edgeWidth
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
gapUnit
String gapUnit
-
getExtremesFromAll
Boolean getExtremesFromAll
-
grouping
Boolean grouping
-
groupPadding
Number groupPadding
-
groupZPadding
Number groupZPadding
-
keys
ArrayList<String> keys
-
legendIndex
Number legendIndex
-
linkedTo
String linkedTo
-
maxPointWidth
Number maxPointWidth
-
minPointLength
Number minPointLength
-
navigatorOptions
PlotOptionsSeries navigatorOptions
-
opacity
Number opacity
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPadding
Number pointPadding
-
pointPlacement
PointPlacement pointPlacement
-
pointRange
Number pointRange
-
pointStart
Number pointStart
-
pointWidth
Number pointWidth
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
showInNavigator
Boolean showInNavigator
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
tooltip
SeriesTooltip tooltip
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
class PlotOptionsErrorbar extends AbstractPlotOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorByPoint
Boolean colorByPoint
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
colors
ArrayList<Color> colors
-
crisp
Boolean crisp
-
cursor
Cursor cursor
-
depth
Number depth
-
description
String description
-
edgeColor
Color edgeColor
-
edgeWidth
Number edgeWidth
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
getExtremesFromAll
Boolean getExtremesFromAll
-
groupZPadding
Number groupZPadding
-
keys
ArrayList<String> keys
-
lineWidth
Number lineWidth
-
linkedTo
String linkedTo
-
maxPointWidth
Number maxPointWidth
-
negativeColor
Color negativeColor
-
opacity
Number opacity
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPadding
Number pointPadding
-
pointPlacement
PointPlacement pointPlacement
-
pointRange
Number pointRange
-
pointStart
Number pointStart
-
pointWidth
Number pointWidth
-
selected
Boolean selected
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
states
States states
-
stemColor
Color stemColor
-
stemDashStyle
DashStyle stemDashStyle
-
stemWidth
Number stemWidth
-
stickyTracking
Boolean stickyTracking
-
tooltip
SeriesTooltip tooltip
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
whiskerColor
Color whiskerColor
-
whiskerLength
String whiskerLength
-
whiskerWidth
Number whiskerWidth
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsFlags
class PlotOptionsFlags extends AbstractPlotOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
colors
ArrayList<Color> colors
-
compareBase
Number compareBase
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
gapUnit
String gapUnit
-
getExtremesFromAll
Boolean getExtremesFromAll
-
keys
ArrayList<String> keys
-
legendIndex
Number legendIndex
-
lineColor
Color lineColor
-
lineWidth
Number lineWidth
-
linkedTo
String linkedTo
-
maxPointWidth
Number maxPointWidth
-
navigatorOptions
PlotOptionsSeries navigatorOptions
-
negativeColor
Color negativeColor
-
onKey
String onKey
-
onSeries
String onSeries
-
opacity
Number opacity
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
selected
Boolean selected
-
shadow
Boolean shadow
-
shape
FlagShape shape
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
showInNavigator
Boolean showInNavigator
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
softThreshold
Boolean softThreshold
-
stackDistance
Number stackDistance
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
style
Style style
-
textAlign
String textAlign
-
threshold
Number threshold
-
tooltip
SeriesTooltip tooltip
-
useHTML
Boolean useHTML
-
visible
Boolean visible
-
y
Number y
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
class PlotOptionsFunnel extends PyramidOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animationLimit
Number animationLimit
-
borderColor
Color borderColor
-
borderWidth
Number borderWidth
-
center
String[] center
-
className
String className
-
clip
Boolean clip
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
colors
ArrayList<Color> colors
-
crisp
Boolean crisp
-
cursor
Cursor cursor
-
dataLabels
DataLabelsFunnel dataLabels
-
depth
Number depth
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
getExtremesFromAll
Boolean getExtremesFromAll
-
height
String height
-
ignoreHiddenPoint
Boolean ignoreHiddenPoint
-
keys
ArrayList<String> keys
-
linkedTo
String linkedTo
-
minSize
Number minSize
-
neckHeight
String neckHeight
-
neckWidth
String neckWidth
-
opacity
Number opacity
-
reversed
Boolean reversed
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showInLegend
Boolean showInLegend
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
slicedOffset
Number slicedOffset
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
tooltip
SeriesTooltip tooltip
-
visible
Boolean visible
-
width
String width
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsGantt
class PlotOptionsGantt extends AbstractPlotOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
borderColor
Color borderColor
-
borderRadius
Number borderRadius
-
borderWidth
Number borderWidth
-
centerInCategory
Boolean centerInCategory
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorByPoint
Boolean colorByPoint
-
colorIndex
Number colorIndex
-
colors
ArrayList<Color> colors
-
connectors
SeriesConnectors connectors
-
cursor
Cursor cursor
-
custom
AbstractConfigurationObject custom
-
dashStyle
DashStyle dashStyle
-
dataLabels
ArrayList<DataLabels> dataLabels
-
description
String description
-
dragDrop
DragDrop dragDrop
-
enableMouseTracking
Boolean enableMouseTracking
-
grouping
Boolean grouping
-
groupPadding
Number groupPadding
-
includeInDataExport
Boolean includeInDataExport
-
keys
ArrayList<String> keys
-
linkedTo
String linkedTo
-
maxPointWidth
Number maxPointWidth
-
minPointLength
Number minPointLength
-
opacity
Number opacity
-
partialFill
PartialFill partialFill
-
pointPadding
Number pointPadding
-
pointWidth
Number pointWidth
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
tooltip
SeriesTooltip tooltip
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsGauge
class PlotOptionsGauge extends GaugeOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorIndex
Number colorIndex
-
crisp
Boolean crisp
-
cursor
Cursor cursor
-
dataLabels
DataLabels dataLabels
-
description
String description
-
dial
Dial dial
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
getExtremesFromAll
Boolean getExtremesFromAll
-
keys
ArrayList<String> keys
-
linkedTo
String linkedTo
-
negativeColor
Color negativeColor
-
opacity
Number opacity
-
overshoot
Number overshoot
-
pivot
Pivot pivot
-
selected
Boolean selected
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
stickyTracking
Boolean stickyTracking
-
threshold
Number threshold
-
tooltip
SeriesTooltip tooltip
-
visible
Boolean visible
-
wrap
Boolean wrap
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
class PlotOptionsHeatmap extends AbstractPlotOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
borderColor
Color borderColor
-
borderRadius
Number borderRadius
-
borderWidth
Number borderWidth
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorByPoint
Boolean colorByPoint
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
colors
ArrayList<Color> colors
-
colsize
Number colsize
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dataLabels
DataLabels dataLabels
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
getExtremesFromAll
Boolean getExtremesFromAll
-
keys
ArrayList<String> keys
-
linkedTo
String linkedTo
-
maxPointWidth
Number maxPointWidth
-
opacity
Number opacity
-
rowsize
Number rowsize
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
tooltip
SeriesTooltip tooltip
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsLine
class PlotOptionsLine extends PointOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
compare
Compare compare
-
compareBase
Number compareBase
-
connectEnds
Boolean connectEnds
-
connectNulls
Boolean connectNulls
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dashStyle
DashStyle dashStyle
-
dataGrouping
DataGrouping dataGrouping
-
dataLabels
DataLabels dataLabels
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
gapSize
Number gapSize
-
gapUnit
String gapUnit
-
getExtremesFromAll
Boolean getExtremesFromAll
-
keys
ArrayList<String> keys
-
legendIndex
Number legendIndex
-
linecap
String linecap
-
lineWidth
Number lineWidth
-
linkedTo
String linkedTo
-
marker
Marker marker
-
navigatorOptions
PlotOptionsSeries navigatorOptions
-
negativeColor
Color negativeColor
-
opacity
Number opacity
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPlacement
PointPlacement pointPlacement
-
pointRange
Number pointRange
-
pointStart
Number pointStart
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
showInNavigator
Boolean showInNavigator
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
softThreshold
Boolean softThreshold
-
stacking
Stacking stacking
-
states
States states
-
step
StepType step
-
stickyTracking
Boolean stickyTracking
-
threshold
Number threshold
-
tooltip
SeriesTooltip tooltip
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
class PlotOptionsOhlc extends OhlcOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorByPoint
Boolean colorByPoint
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
colors
ArrayList<Color> colors
-
compare
Compare compare
-
compareBase
Number compareBase
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dataGrouping
DataGrouping dataGrouping
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
gapUnit
String gapUnit
-
getExtremesFromAll
Boolean getExtremesFromAll
-
grouping
Boolean grouping
-
groupPadding
Number groupPadding
-
keys
ArrayList<String> keys
-
legendIndex
Number legendIndex
-
lineWidth
Number lineWidth
-
linkedTo
String linkedTo
-
maxPointWidth
Number maxPointWidth
-
minPointLength
Number minPointLength
-
navigatorOptions
PlotOptionsSeries navigatorOptions
-
negativeColor
Color negativeColor
-
opacity
Number opacity
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPadding
Number pointPadding
-
pointPlacement
PointPlacement pointPlacement
-
pointRange
Number pointRange
-
pointStart
Number pointStart
-
pointWidth
Number pointWidth
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
showInNavigator
Boolean showInNavigator
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
softThreshold
Boolean softThreshold
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
threshold
Number threshold
-
tooltip
SeriesTooltip tooltip
-
turboThreshold
Number turboThreshold
-
upColor
Color upColor
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
class PlotOptionsOrganization extends AbstractPlotOptions implements Serializable-
Serialized Fields
-
boostBlending
String boostBlending
-
borderColor
Color borderColor
-
borderRadius
Number borderRadius
-
borderWidth
Number borderWidth
-
centerInCategory
Boolean centerInCategory
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorByPoint
Boolean colorByPoint
-
colorIndex
Number colorIndex
-
colors
List<Color> colors
-
cursor
String cursor
-
dashStyle
DashStyle dashStyle
-
dataLabels
DataLabels dataLabels
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
getExtremesFromAll
Boolean getExtremesFromAll
-
hangingIndent
Number hangingIndent
-
label
Label label
-
levels
List<Level> levels
-
link
Link link
-
linkColor
Color linkColor
-
linkedTo
String linkedTo
-
linkLineWidth
Number linkLineWidth
-
linkOpacity
Number linkOpacity
-
linkRadius
Number linkRadius
-
minLinkWidth
Number minLinkWidth
-
nodePadding
Number nodePadding
-
nodeWidth
Number nodeWidth
-
opacity
Number opacity
-
selected
Boolean selected
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
tooltip
Tooltip tooltip
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsPie
class PlotOptionsPie extends AbstractPlotOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
borderColor
Color borderColor
-
borderWidth
Number borderWidth
-
center
String[] center
-
className
String className
-
clip
Boolean clip
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
colors
ArrayList<Color> colors
-
crisp
Boolean crisp
-
cursor
Cursor cursor
-
dataLabels
DataLabels dataLabels
-
depth
Number depth
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
endAngle
Number endAngle
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
getExtremesFromAll
Boolean getExtremesFromAll
-
ignoreHiddenPoint
Boolean ignoreHiddenPoint
-
innerSize
String innerSize
-
keys
ArrayList<String> keys
-
linkedTo
String linkedTo
-
minSize
Number minSize
-
opacity
Number opacity
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showInLegend
Boolean showInLegend
-
size
String size
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
slicedOffset
Number slicedOffset
-
startAngle
Number startAngle
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
tooltip
SeriesTooltip tooltip
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
class PlotOptionsPolygon extends AbstractPlotOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
compare
Compare compare
-
compareBase
Number compareBase
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dashStyle
DashStyle dashStyle
-
dataGrouping
DataGrouping dataGrouping
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
gapUnit
String gapUnit
-
getExtremesFromAll
Boolean getExtremesFromAll
-
keys
ArrayList<String> keys
-
legendIndex
Number legendIndex
-
lineWidth
Number lineWidth
-
linkedTo
String linkedTo
-
marker
Marker marker
-
navigatorOptions
PlotOptionsSeries navigatorOptions
-
negativeColor
Color negativeColor
-
opacity
Number opacity
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPlacement
PointPlacement pointPlacement
-
pointRange
Number pointRange
-
pointStart
Number pointStart
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
showInNavigator
Boolean showInNavigator
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
stacking
Stacking stacking
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
tooltip
SeriesTooltip tooltip
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
class PlotOptionsPyramid extends PyramidOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animationLimit
Number animationLimit
-
borderColor
Color borderColor
-
borderWidth
Number borderWidth
-
center
String[] center
-
className
String className
-
clip
Boolean clip
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
colors
ArrayList<Color> colors
-
crisp
Boolean crisp
-
cursor
Cursor cursor
-
dataLabels
DataLabelsFunnel dataLabels
-
depth
Number depth
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
getExtremesFromAll
Boolean getExtremesFromAll
-
height
String height
-
ignoreHiddenPoint
Boolean ignoreHiddenPoint
-
keys
ArrayList<String> keys
-
linkedTo
String linkedTo
-
minSize
Number minSize
-
opacity
Number opacity
-
reversed
Boolean reversed
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showInLegend
Boolean showInLegend
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
slicedOffset
Number slicedOffset
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
tooltip
SeriesTooltip tooltip
-
visible
Boolean visible
-
width
String width
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsSankey
class PlotOptionsSankey extends AbstractPlotOptions implements Serializable-
Serialized Fields
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
borderColor
Color borderColor
-
borderRadius
Number borderRadius
-
borderWidth
Number borderWidth
-
centerInCategory
Boolean centerInCategory
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorByPoint
Boolean colorByPoint
-
colorIndex
Number colorIndex
-
colors
List<Color> colors
-
cursor
String cursor
-
curveFactor
Number curveFactor
-
dashStyle
DashStyle dashStyle
-
dataLabels
DataLabels dataLabels
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
getExtremesFromAll
Boolean getExtremesFromAll
-
inactiveOtherPoints
Boolean inactiveOtherPoints
-
label
Label label
-
levels
List<Level> levels
-
linkedTo
String linkedTo
-
linkOpacity
Number linkOpacity
-
minLinkWidth
Number minLinkWidth
-
nodePadding
Number nodePadding
-
nodeWidth
Number nodeWidth
-
opacity
Number opacity
-
selected
Boolean selected
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
tooltip
Tooltip tooltip
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsScatter
class PlotOptionsScatter extends PointOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
compare
Compare compare
-
compareBase
Number compareBase
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dashStyle
DashStyle dashStyle
-
dataGrouping
DataGrouping dataGrouping
-
dataLabels
DataLabels dataLabels
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
gapUnit
String gapUnit
-
getExtremesFromAll
Boolean getExtremesFromAll
-
keys
ArrayList<String> keys
-
legendIndex
Number legendIndex
-
lineWidth
Number lineWidth
-
linkedTo
String linkedTo
-
marker
Marker marker
-
navigatorOptions
PlotOptionsSeries navigatorOptions
-
negativeColor
Color negativeColor
-
opacity
Number opacity
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPlacement
PointPlacement pointPlacement
-
pointRange
Number pointRange
-
pointStart
Number pointStart
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
showInNavigator
Boolean showInNavigator
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
softThreshold
Boolean softThreshold
-
stacking
Stacking stacking
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
threshold
Number threshold
-
tooltip
SeriesTooltip tooltip
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsSeries
class PlotOptionsSeries extends AbstractPlotOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
compare
Compare compare
-
compareBase
Number compareBase
-
connectEnds
Boolean connectEnds
-
connectNulls
Boolean connectNulls
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dashStyle
DashStyle dashStyle
-
dataGrouping
DataGrouping dataGrouping
-
dataLabels
DataLabels dataLabels
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
gapSize
Number gapSize
-
gapUnit
String gapUnit
-
getExtremesFromAll
Boolean getExtremesFromAll
-
keys
ArrayList<String> keys
-
legendIndex
Number legendIndex
-
linecap
String linecap
-
lineWidth
Number lineWidth
-
linkedTo
String linkedTo
-
marker
Marker marker
-
navigatorOptions
PlotOptionsSeries navigatorOptions
-
negativeColor
Color negativeColor
-
opacity
Number opacity
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPlacement
PointPlacement pointPlacement
-
pointRange
Number pointRange
-
pointStart
Number pointStart
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
showInNavigator
Boolean showInNavigator
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
softThreshold
Boolean softThreshold
-
stacking
Stacking stacking
-
states
States states
-
step
StepType step
-
stickyTracking
Boolean stickyTracking
-
threshold
Number threshold
-
tooltip
SeriesTooltip tooltip
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
class PlotOptionsSolidgauge extends GaugeOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
colorByPoint
Boolean colorByPoint
-
colorIndex
Number colorIndex
-
crisp
Boolean crisp
-
cursor
Cursor cursor
-
dataLabels
DataLabels dataLabels
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
getExtremesFromAll
Boolean getExtremesFromAll
-
keys
ArrayList<String> keys
-
linecap
String linecap
-
opacity
Number opacity
-
overshoot
Number overshoot
-
rounded
Boolean rounded
-
selected
Boolean selected
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
stickyTracking
Boolean stickyTracking
-
threshold
Number threshold
-
tooltip
SeriesTooltip tooltip
-
visible
Boolean visible
-
wrap
Boolean wrap
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsSpline
class PlotOptionsSpline extends PointOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
compare
Compare compare
-
compareBase
Number compareBase
-
connectEnds
Boolean connectEnds
-
connectNulls
Boolean connectNulls
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dashStyle
DashStyle dashStyle
-
dataGrouping
DataGrouping dataGrouping
-
dataLabels
DataLabels dataLabels
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
gapSize
Number gapSize
-
gapUnit
String gapUnit
-
getExtremesFromAll
Boolean getExtremesFromAll
-
keys
ArrayList<String> keys
-
legendIndex
Number legendIndex
-
linecap
String linecap
-
lineWidth
Number lineWidth
-
linkedTo
String linkedTo
-
marker
Marker marker
-
navigatorOptions
PlotOptionsSeries navigatorOptions
-
negativeColor
Color negativeColor
-
opacity
Number opacity
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPlacement
PointPlacement pointPlacement
-
pointRange
Number pointRange
-
pointStart
Number pointStart
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
showInNavigator
Boolean showInNavigator
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
softThreshold
Boolean softThreshold
-
stacking
Stacking stacking
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
threshold
Number threshold
-
tooltip
SeriesTooltip tooltip
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
class PlotOptionsTimeline extends AbstractPlotOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorByPoint
Boolean colorByPoint
-
colorIndex
Number colorIndex
-
crisp
Boolean crisp
-
cursor
Cursor cursor
-
dataLabels
DataLabels dataLabels
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
gapSize
Number gapSize
-
gapUnit
String gapUnit
-
ignoreHiddenPoint
Boolean ignoreHiddenPoint
-
keys
ArrayList<String> keys
-
legendIndex
Number legendIndex
-
legendType
String legendType
-
linecap
String linecap
-
linkedTo
String linkedTo
-
marker
Marker marker
-
navigatorOptions
PlotOptionsSeries navigatorOptions
-
opacity
Number opacity
-
pointRange
Number pointRange
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
showInNavigator
Boolean showInNavigator
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
tooltip
SeriesTooltip tooltip
-
visible
Boolean visible
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
class PlotOptionsTreemap extends AbstractPlotOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowDrillToNode
Boolean allowDrillToNode
-
allowPointSelect
Boolean allowPointSelect
-
allowTraversingTree
Boolean allowTraversingTree
-
alternateStartingDirection
Boolean alternateStartingDirection
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
borderColor
Color borderColor
-
borderWidth
Number borderWidth
-
breadcrumbs
Breadcrumbs breadcrumbs
-
className
String className
-
color
Color color
-
colorByPoint
Boolean colorByPoint
-
colorIndex
Number colorIndex
-
colors
ArrayList<Color> colors
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dataLabels
DataLabels dataLabels
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
getExtremesFromAll
Boolean getExtremesFromAll
-
ignoreHiddenPoint
Boolean ignoreHiddenPoint
-
interactByLeaf
Boolean interactByLeaf
-
keys
ArrayList<String> keys
-
layoutAlgorithm
TreeMapLayoutAlgorithm layoutAlgorithm
-
layoutStartingDirection
TreeMapLayoutStartingDirection layoutStartingDirection
-
levelIsConstant
Boolean levelIsConstant
-
levels
ArrayList<Level> levels
-
linkedTo
String linkedTo
-
maxPointWidth
Number maxPointWidth
-
opacity
Number opacity
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
sortIndex
Number sortIndex
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
tooltip
SeriesTooltip tooltip
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
class PlotOptionsWaterfall extends ColumnOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
borderColor
Color borderColor
-
borderRadius
Number borderRadius
-
borderWidth
Number borderWidth
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorByPoint
Boolean colorByPoint
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
colors
ArrayList<Color> colors
-
crisp
Boolean crisp
-
cursor
Cursor cursor
-
dashStyle
DashStyle dashStyle
-
dataLabels
DataLabels dataLabels
-
depth
Number depth
-
description
String description
-
edgeColor
Color edgeColor
-
edgeWidth
Number edgeWidth
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
getExtremesFromAll
Boolean getExtremesFromAll
-
grouping
Boolean grouping
-
groupPadding
Number groupPadding
-
groupZPadding
Number groupZPadding
-
keys
ArrayList<String> keys
-
lineColor
Color lineColor
-
lineWidth
Number lineWidth
-
linkedTo
String linkedTo
-
maxPointWidth
Number maxPointWidth
-
minPointLength
Number minPointLength
-
opacity
Number opacity
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPadding
Number pointPadding
-
pointPlacement
PointPlacement pointPlacement
-
pointRange
Number pointRange
-
pointStart
Number pointStart
-
pointWidth
Number pointWidth
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
softThreshold
Boolean softThreshold
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
threshold
Number threshold
-
tooltip
SeriesTooltip tooltip
-
upColor
Color upColor
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsXrange
class PlotOptionsXrange extends AbstractPlotOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
borderColor
Color borderColor
-
borderRadius
Number borderRadius
-
borderWidth
Number borderWidth
-
centerInCategory
Boolean centerInCategory
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorByPoint
Boolean colorByPoint
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
colors
ArrayList<Color> colors
-
connectEnds
Boolean connectEnds
-
connectNulls
Boolean connectNulls
-
cursor
Cursor cursor
-
dashStyle
DashStyle dashStyle
-
dataLabels
DataLabels dataLabels
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
grouping
Boolean grouping
-
groupPadding
Number groupPadding
-
keys
ArrayList<String> keys
-
linkedTo
String linkedTo
-
maxPointWidth
Number maxPointWidth
-
minPointLength
Number minPointLength
-
opacity
Number opacity
-
partialFill
PartialFill partialFill
-
pointPadding
Number pointPadding
-
pointWidth
Number pointWidth
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
tooltip
SeriesTooltip tooltip
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PointOptions
class PointOptions extends AbstractPlotOptions implements Serializable -
Class com.vaadin.flow.component.charts.model.Position
class Position extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
align
HorizontalAlign align
-
verticalAlign
VerticalAlign verticalAlign
-
x
Number x
-
y
Number y
-
-
-
Class com.vaadin.flow.component.charts.model.PyramidOptions
class PyramidOptions extends AbstractPlotOptions implements Serializable -
Class com.vaadin.flow.component.charts.model.RangeSelector
class RangeSelector extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
_fn_inputDateParser
String _fn_inputDateParser
-
allButtonsEnabled
Boolean allButtonsEnabled
-
buttonPosition
ButtonPosition buttonPosition
-
buttons
ArrayList<RangeSelectorButton> buttons
-
buttonSpacing
Number buttonSpacing
-
buttonTheme
ButtonTheme buttonTheme
-
enabled
Boolean enabled
-
height
Number height
-
inputBoxBorderColor
Color inputBoxBorderColor
-
inputBoxHeight
Number inputBoxHeight
-
inputBoxWidth
Number inputBoxWidth
-
inputDateFormat
String inputDateFormat
-
inputEditDateFormat
String inputEditDateFormat
-
inputEnabled
Boolean inputEnabled
-
inputPosition
ButtonPosition inputPosition
-
inputStyle
Style inputStyle
-
labelStyle
Style labelStyle
-
selected
Number selected
-
-
-
Class com.vaadin.flow.component.charts.model.RangeSelectorButton
class RangeSelectorButton extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
count
Number count
-
dataGrouping
DataGrouping dataGrouping
-
text
String text
-
type
RangeSelectorTimespan type
-
-
-
Class com.vaadin.flow.component.charts.model.RangeSeries
class RangeSeries extends DataSeries implements Serializable -
Class com.vaadin.flow.component.charts.model.ResetZoomButton
class ResetZoomButton extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
position
Position position
-
relativeTo
ResetZoomButtonRelativeTo relativeTo
-
theme
ButtonTheme theme
-
-
-
Class com.vaadin.flow.component.charts.model.Responsive
class Responsive extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
rules
Rules rules
-
-
-
Class com.vaadin.flow.component.charts.model.Rules
class Rules extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
condition
Condition condition
-
-
-
Class com.vaadin.flow.component.charts.model.Scrollbar
class Scrollbar extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
barBackgroundColor
Color barBackgroundColor
-
barBorderColor
Color barBorderColor
-
barBorderRadius
Number barBorderRadius
-
barBorderWidth
Number barBorderWidth
-
buttonArrowColor
Color buttonArrowColor
-
buttonBackgroundColor
Color buttonBackgroundColor
-
buttonBorderColor
Color buttonBorderColor
-
buttonBorderRadius
Number buttonBorderRadius
-
buttonBorderWidth
Number buttonBorderWidth
-
enabled
Boolean enabled
-
height
Number height
-
liveRedraw
Boolean liveRedraw
-
margin
Number margin
-
minWidth
Number minWidth
-
rifleColor
Color rifleColor
-
showFull
Boolean showFull
-
size
Number size
-
trackBackgroundColor
Color trackBackgroundColor
-
trackBorderColor
Color trackBorderColor
-
trackBorderRadius
Number trackBorderRadius
-
trackBorderWidth
Number trackBorderWidth
-
zIndex
Number zIndex
-
-
-
Class com.vaadin.flow.component.charts.model.Select
class Select extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.Separator
class Separator extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.SeriesConnectorAnimation
class SeriesConnectorAnimation extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
reversed
Boolean reversed
-
-
-
Class com.vaadin.flow.component.charts.model.SeriesConnectors
class SeriesConnectors extends ConnectorStyle implements Serializable-
Serialized Fields
-
animation
SeriesConnectorAnimation animation
-
-
-
Class com.vaadin.flow.component.charts.model.SeriesTooltip
class SeriesTooltip extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
_fn_pointFormatter
String _fn_pointFormatter
-
changeDecimals
Number changeDecimals
-
dateTimeLabelFormats
DateTimeLabelFormats dateTimeLabelFormats
-
followPointer
Boolean followPointer
-
followTouchMove
Boolean followTouchMove
-
footerFormat
String footerFormat
-
headerFormat
String headerFormat
-
hideDelay
Number hideDelay
-
padding
Number padding
-
pointFormat
String pointFormat
-
shape
Shape shape
-
split
Boolean split
-
valueDecimals
Number valueDecimals
-
valuePrefix
String valuePrefix
-
valueSuffix
String valueSuffix
-
xDateFormat
String xDateFormat
-
-
-
Class com.vaadin.flow.component.charts.model.Side
class Side extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.StackLabels
class StackLabels extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.States
class States extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.Stop
class Stop extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
color
Color color
-
position
float position
-
-
-
Class com.vaadin.flow.component.charts.model.Subtitle
class Subtitle extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
align
HorizontalAlign align
-
floating
Boolean floating
-
style
Style style
-
text
String text
-
useHTML
Boolean useHTML
-
verticalAlign
VerticalAlign verticalAlign
-
widthAdjust
Number widthAdjust
-
x
Number x
-
y
Number y
-
-
-
Class com.vaadin.flow.component.charts.model.TargetOptions
class TargetOptions extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.Time
class Time extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.TimeUnitMultiples
class TimeUnitMultiples extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
allowedMultiples
int[] allowedMultiples
-
timeUnit
TimeUnit timeUnit
-
-
-
Class com.vaadin.flow.component.charts.model.Title
class Title extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
align
HorizontalAlign align
-
floating
Boolean floating
-
margin
Number margin
-
style
Style style
-
text
String text
-
useHTML
Boolean useHTML
-
verticalAlign
VerticalAlign verticalAlign
-
x
Number x
-
y
Number y
-
-
-
Class com.vaadin.flow.component.charts.model.Tooltip
class Tooltip extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
_fn_formatter
String _fn_formatter
-
_fn_pointFormatter
String _fn_pointFormatter
-
_fn_positioner
String _fn_positioner
-
animation
Boolean animation
-
backgroundColor
Color backgroundColor
-
borderColor
Color borderColor
-
borderRadius
Number borderRadius
-
borderWidth
Number borderWidth
-
changeDecimals
Number changeDecimals
-
dateTimeLabelFormats
DateTimeLabelFormats dateTimeLabelFormats
-
enabled
Boolean enabled
-
followPointer
Boolean followPointer
-
followTouchMove
Boolean followTouchMove
-
footerFormat
String footerFormat
-
headerFormat
String headerFormat
-
hideDelay
Number hideDelay
-
outside
Boolean outside
-
padding
Number padding
-
pointFormat
String pointFormat
-
shadow
Boolean shadow
-
shape
Shape shape
-
shared
Boolean shared
-
snap
Number snap
-
split
Boolean split
-
style
Style style
-
useHTML
Boolean useHTML
-
valueDecimals
Number valueDecimals
-
valuePrefix
String valuePrefix
-
valueSuffix
String valueSuffix
-
xDateFormat
String xDateFormat
-
-
-
Class com.vaadin.flow.component.charts.model.Top
class Top extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.TreeSeries
class TreeSeries extends AbstractSeries implements Serializable-
Serialized Fields
-
data
List<TreeSeriesItem> data
-
-
-
Class com.vaadin.flow.component.charts.model.TreeSeriesItem
class TreeSeriesItem extends AbstractSeriesItem implements Serializable -
Class com.vaadin.flow.component.charts.model.WaterFallSum
class WaterFallSum extends DataSeriesItem implements Serializable -
Class com.vaadin.flow.component.charts.model.XAxis
class XAxis extends Axis implements Serializable-
Serialized Fields
-
alignTicks
Boolean alignTicks
-
allowDecimals
Boolean allowDecimals
-
alternateGridColor
Color alternateGridColor
-
breaks
Breaks[] breaks
-
categories
ArrayList<String> categories
-
ceiling
Number ceiling
-
className
String className
-
crosshair
Crosshair crosshair
-
currentDateIndicator
PlotLine currentDateIndicator
-
dateTimeLabelFormats
DateTimeLabelFormats dateTimeLabelFormats
-
description
String description
-
endOnTick
Boolean endOnTick
-
floor
Number floor
-
grid
AxisGrid grid
-
gridLineColor
Color gridLineColor
-
gridLineDashStyle
DashStyle gridLineDashStyle
-
gridLineWidth
Number gridLineWidth
-
gridZIndex
Number gridZIndex
-
id
String id
-
labels
Labels labels
-
lineColor
Color lineColor
-
lineWidth
Number lineWidth
-
linkedTo
Number linkedTo
-
margin
Number margin
-
maxPadding
Number maxPadding
-
maxRange
Number maxRange
-
minorGridLineColor
Color minorGridLineColor
-
minorGridLineDashStyle
DashStyle minorGridLineDashStyle
-
minorGridLineWidth
Number minorGridLineWidth
-
minorTickColor
Color minorTickColor
-
minorTickInterval
String minorTickInterval
-
minorTickLength
Number minorTickLength
-
minorTickPosition
TickPosition minorTickPosition
-
minorTicks
Boolean minorTicks
-
minorTickWidth
Number minorTickWidth
-
minPadding
Number minPadding
-
minRange
Number minRange
-
minTickInterval
Number minTickInterval
-
offset
Number offset
-
opposite
Boolean opposite
-
ordinal
Boolean ordinal
-
pane
Number pane
-
panningEnabled
Boolean panningEnabled
-
plotBands
ArrayList<PlotBand> plotBands
-
plotLines
ArrayList<PlotLine> plotLines
-
range
Number range
-
reversed
Boolean reversed
-
showEmpty
Boolean showEmpty
-
showFirstLabel
Boolean showFirstLabel
-
showLastLabel
Boolean showLastLabel
-
softMax
Number softMax
-
softMin
Number softMin
-
startOfWeek
Number startOfWeek
-
startOnTick
Boolean startOnTick
-
tickAmount
Number tickAmount
-
tickColor
Color tickColor
-
tickInterval
Number tickInterval
-
tickLength
Number tickLength
-
tickmarkPlacement
TickmarkPlacement tickmarkPlacement
-
tickPixelInterval
Number tickPixelInterval
-
tickPosition
TickPosition tickPosition
-
tickPositions
Number[] tickPositions
-
tickWidth
Number tickWidth
-
title
AxisTitle title
-
type
AxisType type
-
uniqueNames
Boolean uniqueNames
-
units
ArrayList<TimeUnitMultiples> units
-
visible
Boolean visible
-
-
-
Class com.vaadin.flow.component.charts.model.YAxis
class YAxis extends Axis implements Serializable-
Serialized Fields
-
alignTicks
Boolean alignTicks
-
allowDecimals
Boolean allowDecimals
-
alternateGridColor
Color alternateGridColor
-
angle
Number angle
-
breaks
Breaks[] breaks
-
categories
ArrayList<String> categories
-
ceiling
Number ceiling
-
className
String className
-
crosshair
Crosshair crosshair
-
dateTimeLabelFormats
DateTimeLabelFormats dateTimeLabelFormats
-
description
String description
-
endOnTick
Boolean endOnTick
-
floor
Number floor
-
grid
AxisGrid grid
-
gridLineColor
Color gridLineColor
-
gridLineDashStyle
DashStyle gridLineDashStyle
-
gridLineInterpolation
String gridLineInterpolation
-
gridLineWidth
Number gridLineWidth
-
gridZIndex
Number gridZIndex
-
height
String height
-
id
String id
-
labels
Labels labels
-
lineColor
Color lineColor
-
lineWidth
Number lineWidth
-
linkedTo
Number linkedTo
-
margin
Number margin
-
maxColor
Color maxColor
-
maxPadding
Number maxPadding
-
maxRange
Number maxRange
-
minColor
Color minColor
-
minorGridLineColor
Color minorGridLineColor
-
minorGridLineDashStyle
DashStyle minorGridLineDashStyle
-
minorGridLineWidth
Number minorGridLineWidth
-
minorTickColor
Color minorTickColor
-
minorTickInterval
String minorTickInterval
-
minorTickLength
Number minorTickLength
-
minorTickPosition
TickPosition minorTickPosition
-
minorTicks
Boolean minorTicks
-
minorTickWidth
Number minorTickWidth
-
minPadding
Number minPadding
-
minRange
Number minRange
-
minTickInterval
Number minTickInterval
-
offset
Number offset
-
opposite
Boolean opposite
-
ordinal
Boolean ordinal
-
pane
Number pane
-
plotBands
ArrayList<PlotBand> plotBands
-
plotLines
ArrayList<PlotLine> plotLines
-
range
Number range
-
reversed
Boolean reversed
-
reversedStacks
Boolean reversedStacks
-
scrollbar
Scrollbar scrollbar
-
showEmpty
Boolean showEmpty
-
showFirstLabel
Boolean showFirstLabel
-
showLastLabel
Boolean showLastLabel
-
softMax
Number softMax
-
softMin
Number softMin
-
stackLabels
StackLabels stackLabels
-
startOfWeek
Number startOfWeek
-
startOnTick
Boolean startOnTick
-
staticScale
Number staticScale
-
stops
ArrayList<Stop> stops
-
tickAmount
Number tickAmount
-
tickColor
Color tickColor
-
tickInterval
Number tickInterval
-
tickLength
Number tickLength
-
tickmarkPlacement
TickmarkPlacement tickmarkPlacement
-
tickPixelInterval
Number tickPixelInterval
-
tickPosition
TickPosition tickPosition
-
tickPositions
Number[] tickPositions
-
tickWidth
Number tickWidth
-
title
AxisTitle title
-
top
String top
-
type
AxisType type
-
uniqueNames
Boolean uniqueNames
-
units
ArrayList<TimeUnitMultiples> units
-
visible
Boolean visible
-
-
-
Class com.vaadin.flow.component.charts.model.ZAxis
class ZAxis extends Axis implements Serializable-
Serialized Fields
-
allowDecimals
Boolean allowDecimals
-
alternateGridColor
Color alternateGridColor
-
categories
ArrayList<String> categories
-
ceiling
Number ceiling
-
className
String className
-
crosshair
Crosshair crosshair
-
dateTimeLabelFormats
DateTimeLabelFormats dateTimeLabelFormats
-
description
String description
-
endOnTick
Boolean endOnTick
-
floor
Number floor
-
gridLineColor
Color gridLineColor
-
gridLineDashStyle
DashStyle gridLineDashStyle
-
gridLineWidth
Number gridLineWidth
-
gridZIndex
Number gridZIndex
-
id
String id
-
labels
Labels labels
-
lineColor
Color lineColor
-
lineWidth
Number lineWidth
-
linkedTo
Number linkedTo
-
maxPadding
Number maxPadding
-
minorGridLineColor
Color minorGridLineColor
-
minorGridLineDashStyle
DashStyle minorGridLineDashStyle
-
minorGridLineWidth
Number minorGridLineWidth
-
minorTickColor
Color minorTickColor
-
minorTickInterval
String minorTickInterval
-
minorTickLength
Number minorTickLength
-
minorTickPosition
TickPosition minorTickPosition
-
minorTickWidth
Number minorTickWidth
-
minPadding
Number minPadding
-
minRange
Number minRange
-
minTickInterval
Number minTickInterval
-
offset
Number offset
-
opposite
Boolean opposite
-
plotBands
ArrayList<PlotBand> plotBands
-
plotLines
ArrayList<PlotLine> plotLines
-
reversed
Boolean reversed
-
showEmpty
Boolean showEmpty
-
showFirstLabel
Boolean showFirstLabel
-
showLastLabel
Boolean showLastLabel
-
softMax
Number softMax
-
softMin
Number softMin
-
startOfWeek
Number startOfWeek
-
startOnTick
Boolean startOnTick
-
tickAmount
Number tickAmount
-
tickColor
Color tickColor
-
tickInterval
Number tickInterval
-
tickLength
Number tickLength
-
tickmarkPlacement
TickmarkPlacement tickmarkPlacement
-
tickPixelInterval
Number tickPixelInterval
-
tickPosition
TickPosition tickPosition
-
tickPositions
Number[] tickPositions
-
tickWidth
Number tickWidth
-
title
AxisTitle title
-
type
AxisType type
-
uniqueNames
Boolean uniqueNames
-
units
ArrayList<TimeUnitMultiples> units
-
visible
Boolean visible
-
-
-
Class com.vaadin.flow.component.charts.model.Zones
class Zones extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.Zooming
class Zooming extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
key
PanKey key
-
mouseWheel
ZoomingMouseWheel mouseWheel
-
pinchType
Dimension pinchType
-
resetButton
ZoomingResetButton resetButton
-
singleTouch
Boolean singleTouch
-
type
Dimension type
-
-
-
Class com.vaadin.flow.component.charts.model.ZoomingMouseWheel
class ZoomingMouseWheel extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.ZoomingResetButton
class ZoomingResetButton extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
enabled
Boolean enabled
-
position
Position position
-
relativeTo
ButtonRelativeTo relativeTo
-
theme
ButtonTheme theme
-
-
-
-
Package com.vaadin.flow.component.charts.model.serializers
-
Class com.vaadin.flow.component.charts.model.serializers.DefaultBeanSerializerModifier
class DefaultBeanSerializerModifier extends tools.jackson.databind.ser.ValueSerializerModifier implements Serializable
-
-
Package com.vaadin.flow.component.charts.model.style
-
Class com.vaadin.flow.component.charts.model.style.AxisStyle
class AxisStyle extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
alternateGridColor
Color alternateGridColor
-
gridLineColor
Color gridLineColor
-
gridLineWidth
Number gridLineWidth
-
labels
StyleWrapper labels
-
lineColor
Color lineColor
-
lineWidth
Number lineWidth
-
minorTickInterval
TickIntervalStyle minorTickInterval
-
subtitle
StyleWrapper subtitle
-
tickColor
Color tickColor
-
tickWidth
Number tickWidth
-
title
StyleWrapper title
-
-
-
Class com.vaadin.flow.component.charts.model.style.ButtonTheme
class ButtonTheme extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.style.ChartStyle
class ChartStyle extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
backgroundColor
Color backgroundColor
-
borderColor
Color borderColor
-
borderRadius
Number borderRadius
-
borderWidth
Number borderWidth
-
className
String className
-
plotBackgroundColor
Color plotBackgroundColor
-
plotBackgroundImage
String plotBackgroundImage
-
plotBorderColor
Color plotBorderColor
-
plotBorderWidth
Number plotBorderWidth
-
plotShadow
Boolean plotShadow
-
style
Style style
-
-
-
Class com.vaadin.flow.component.charts.model.style.GradientColor
class GradientColor extends Object implements Serializable-
Serialized Fields
-
linearGradient
GradientColor.LinearGradient linearGradient
-
radialGradient
GradientColor.RadialGradient radialGradient
-
stops
List<GradientColor.Stop> stops
-
-
-
Class com.vaadin.flow.component.charts.model.style.GradientColor.LinearGradient
class LinearGradient extends Object implements Serializable -
Class com.vaadin.flow.component.charts.model.style.GradientColor.RadialGradient
class RadialGradient extends Object implements Serializable -
Class com.vaadin.flow.component.charts.model.style.GradientColor.Stop
class Stop extends Object implements Serializable-
Serialized Fields
-
color
SolidColor color
-
position
double position
-
-
-
Class com.vaadin.flow.component.charts.model.style.LegendStyle
class LegendStyle extends Legend implements Serializable -
Class com.vaadin.flow.component.charts.model.style.MarkerStyle
class MarkerStyle extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
lineColor
Color lineColor
-
-
-
Class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
class PlotOptionsStyle extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
area
PlotOptionsArea area
-
arearange
PlotOptionsArearange arearange
-
areaspline
PlotOptionsAreaspline areaspline
-
areasplinerange
PlotOptionsAreasplinerange areasplinerange
-
bar
PlotOptionsBar bar
-
boxplot
PlotOptionsBoxplot boxplot
-
bubble
PlotOptionsBubble bubble
-
bullet
PlotOptionsBullet bullet
-
candlestick
PlotOptionsCandlestick candlestick
-
column
PlotOptionsColumn column
-
columnrange
PlotOptionsColumnrange columnrange
-
errorbar
PlotOptionsErrorbar errorbar
-
flags
PlotOptionsFlags flags
-
funnel
PlotOptionsFunnel funnel
-
gantt
PlotOptionsGantt gantt
-
gauge
PlotOptionsGauge gauge
-
heatmap
PlotOptionsHeatmap heatmap
-
line
PlotOptionsLine line
-
ohlc
PlotOptionsOhlc ohlc
-
organization
PlotOptionsOrganization organization
-
pie
PlotOptionsPie pie
-
polygon
PlotOptionsPolygon polygon
-
pyramid
PlotOptionsPyramid pyramid
-
scatter
PlotOptionsScatter scatter
-
series
PlotOptionsSeries series
-
solidgauge
PlotOptionsSolidgauge solidgauge
-
spline
PlotOptionsSpline spline
-
timeline
PlotOptionsTimeline timeline
-
treemap
PlotOptionsTreemap treemap
-
waterfall
PlotOptionsWaterfall waterfall
-
xrange
PlotOptionsXrange xrange
-
-
-
Class com.vaadin.flow.component.charts.model.style.SolidColor
class SolidColor extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
color
String color
-
-
-
Class com.vaadin.flow.component.charts.model.style.Style
class Style extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
color
Color color
-
fontFamily
String fontFamily
-
fontSize
String fontSize
-
fontWeight
FontWeight fontWeight
-
left
String left
-
lineHeight
String lineHeight
-
position
StylePosition position
-
textShadow
String textShadow
-
top
String top
-
-
-
Class com.vaadin.flow.component.charts.model.style.StyleWrapper
class StyleWrapper extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
style
Style style
-
-
-
Class com.vaadin.flow.component.charts.model.style.Theme
class Theme extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
chart
ChartStyle chart
-
colors
Color[] colors
-
credits
Credits credits
-
labels
StyleWrapper labels
-
legend
LegendStyle legend
-
plotOptions
PlotOptionsStyle plotOptions
-
subtitle
StyleWrapper subtitle
-
title
StyleWrapper title
-
tooltip
TooltipStyle tooltip
-
xAxis
AxisStyle xAxis
-
yAxis
AxisStyle yAxis
-
-
-
Class com.vaadin.flow.component.charts.model.style.TooltipStyle
class TooltipStyle extends AbstractConfigurationObject implements Serializable
-
-
Package com.vaadin.flow.component.charts.themes
-
Class com.vaadin.flow.component.charts.themes.LumoDarkTheme
class LumoDarkTheme extends Theme implements Serializable -
Class com.vaadin.flow.component.charts.themes.LumoLightTheme
class LumoLightTheme extends Theme implements Serializable
-
-
Package com.vaadin.flow.component.charts.util
-
Class com.vaadin.flow.component.charts.util.ChartSerialization
class ChartSerialization extends Object implements Serializable
-