Reference
- AxisStyle
- BalloonTooltipStyle
- BarChartData
- BarChartGroupedData
- BarChartGroupedStyle
- BarChartStackedStyle
- BarChartStyle
- BaseCategoryData
- BorderRadius
- BoxStyle
- BulletChartConfiguration
- CategoriesSeriesData
- CategoryAxisStyle
- CategoryBulletChartData
- CategoryChartOrientation
- CategorySeriesData
- ChartStyle
- CircularChartData
- CircularChartLegendStyle
- CircularChartSegment
- CircularChartStyle
- CompassData
- CompassStyle
- CrossWireStyle
- DataSeriesNumberFormat
- DecimalDataSeries
- DecimalDataSeriesStyle
- DiscreteAxisStyle
- DiscreteDataEntriesForDataSeries
- DiscreteDataEntry
- DiscreteDataSeriesConfiguration
- DiscreteEntryAggregationMode
- DiscreteTimelineChartConfiguration
- DiscreteTimelineChartData
- DownSamplingMode
- ElektromeisterPocChart
- ElektromeisterPocChartConfig
- EnumAggregationMode
- EnumAxisStyle
- EnumConfiguration
- EnumDataSeries
- EnumDataSeriesStyle
- EnumValue
- Fill
- FontStyle
- GridLineColorProvider
- GridStyle
- HasContentViewportMargin
- HistogramData
- HistogramStyle
- HistoryQueryDescriptor
- HistorySettings
- I18nConfiguration
- Insets
- JustifyTickContent
- LayoutDirection
- LineChartLineStyle
- LineChartSimpleData
- LineChartSimpleStyle
- LineStyle
- MapWithBarsData
- MapWithBarsStyle
- ModelChangeListener
- NumberFormat
- Orientation
- OverflowIndicatorStyle
- PointConnectionStyle
- PointConnectionType
- PointStyle
- PointType
- Sample
- SamplingPeriod
- Shadow
- Side
- Size
- StackedBarOnMap
- StripeStyle
- ThemeId
- Threshold
- TimeAxisStyle
- TimeLineChartData
- TimeLineChartLineStyle
- TimeLineChartStyle
- TimeRange
- Url
- Uuid
- ValueAxisPresentationType
- ValueAxisStyle
- ValueLabelsStyle
- ValueRange
- ValueRangeScale
- WrapMode
- Zoom
- createElektromeisterPocChart
- createElektromeisterPocChartFromElement
- createElektromeisterPocChartFromId
- setDefaultI18nConfiguration
- setDefaultTheme
BulletChartConfiguration
The configuration of the bullet chart
Properties
activeCategoryBackgroundColor
The background-color to be used for the active category.
string | null
barColors
The colors to be used for the bar Every string must denote a valid CSS color definition. If there are more area bars than the size of the array, the array will be traversed again from the beginning (modulo).
string[] | null
barSize
The width (in pixels) of the bar. Height: for horizontal areas Width: for vertical areas
number | null
categories
The categories to be shown.
CategoryBulletChartData[] | null
categoriesGridStyle
The style to be used for the grid lines associated with the categories
GridStyle | null
categoryAxisStyle
The style of the category axis
CategoryAxisStyle | null
contentViewportMargin
The content viewport margin: The space around the content viewport.
Insets | null
currentValueIndicatorColor
The color for the current value indicator. Must denote a valid CSS color definition.
string | null
currentValueIndicatorOutlineColor
The color for the current value indicator. Must denote a valid CSS color definition.
string | null
currentValueIndicatorSize
The width/height of the current value indicator
number | null
horizontal
Whether the chart is horizontal (true) or vertical (false)
boolean | null
maxGapBetweenCategories
The min gap between two consecutive categories in pixels. Space *between* the categories - not center to center.
number | null
minGapBetweenCategories
The min gap between two consecutive categories in pixels. Space *between* the categories - not center to center.
number | null
overflowIndicatorStyle
The style of the overflow indicators (e.g. for bars)
OverflowIndicatorStyle | null
showTooltip
Whether to show tooltips
boolean | null
thresholds
The optional thresholds of the chart
Threshold[] | null
tooltipStyle
Style for the tool tips. The tooltip style must contain exactly two symbol sizes. * The first one is interpreted as size for the current value * The second one is interpreted as size for the area
BalloonTooltipStyle | null
valueAxisStyle
The style of the value axis
ValueAxisStyle | null
valueRange
The value range to be used
ValueRange | null
valuesGridStyle
The style to be used for the grid lines associated with the value axis
GridStyle | null