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
BarChartGroupedStyle
External configuration that can be used to configure the style of a grouped bar chart
Properties
activeGroupBackgroundColorThe background-color to be used for the active group.
null | stringbarColorsThe colors to be used for the bars of a group. Every string must denote a valid CSS color definition. If there are more groups than the size of the array, the array will be traversed again from the beginning (modulo). If there are more bars than colors in a group that array will also be traversed again from the beginning (modulo). The first dimension denotes the group, the second the bar.
null | (null | (null | string)[])[]barGapThe distance between two bars (within one group) in pixels
null | numberbarSizeThe width (in pixels) of a bar if the chart is vertical or the height (in pixels) of a bar if the chart is horizontal
null | numbercategoryAxisStyleThe style of the category axis
null | CategoryAxisStylecontentViewportMarginThe content viewport margin: The space around the content viewport.
null | InsetsgridStyleThe style to be used for the grid
null | GridStylehorizontalWhether the chart is horizontal (true) or vertical (false)
null | booleanmaxGapBetweenGroupsThe maximum distance between two consecutive groups in pixels. Space *between* the groups - not center to center.
null | numberminGapBetweenGroupsThe minimum distance between two consecutive groups in pixels. Space *between* the groups - not center to center.
null | numberoverflowIndicatorStyleStyle for the overflow indicator
null | OverflowIndicatorStyleshowTooltipWhether to show tooltips
null | booleanthresholdsThe optional array of thresholds
null | Threshold[]tooltipStyleStyle for the tool tips
null | BalloonTooltipStylevalueAxisStyleThe style of the value axis
null | ValueAxisStylevalueLabelsStyleThe style of the value labels
null | ValueLabelsStylevalueRangeThe value range to be used
null | ValueRange