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
activeCategoryBackgroundColorThe background-color to be used for the active category.
string | nullbarColorsThe 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[] | nullbarSizeThe width (in pixels) of the bar. Height: for horizontal areas Width: for vertical areas
number | nullcategoriesThe categories to be shown.
CategoryBulletChartData[] | nullcategoriesGridStyleThe style to be used for the grid lines associated with the categories
GridStyle | nullcategoryAxisStyleThe style of the category axis
CategoryAxisStyle | nullcontentViewportMarginThe content viewport margin: The space around the content viewport.
Insets | nullcurrentValueIndicatorColorThe color for the current value indicator. Must denote a valid CSS color definition.
string | nullcurrentValueIndicatorOutlineColorThe color for the current value indicator. Must denote a valid CSS color definition.
string | nullcurrentValueIndicatorSizeThe width/height of the current value indicator
number | nullhorizontalWhether the chart is horizontal (true) or vertical (false)
boolean | nullmaxGapBetweenCategoriesThe min gap between two consecutive categories in pixels. Space *between* the categories - not center to center.
number | nullminGapBetweenCategoriesThe min gap between two consecutive categories in pixels. Space *between* the categories - not center to center.
number | nulloverflowIndicatorStyleThe style of the overflow indicators (e.g. for bars)
OverflowIndicatorStyle | nullshowTooltipWhether to show tooltips
boolean | nullthresholdsThe optional thresholds of the chart
Threshold[] | nulltooltipStyleStyle 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 | nullvalueAxisStyleThe style of the value axis
ValueAxisStyle | nullvalueRangeThe value range to be used
ValueRange | nullvaluesGridStyleThe style to be used for the grid lines associated with the value axis
GridStyle | null