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
BarChartStackedStyle
External configuration that can be used to configure the style of a stacked bar chart
Properties
barWidth
The bar width (for the stacked bar)
number | null
categoryAxisStyle
The style of the category axis
CategoryAxisStyle | null
contentViewportMargin
The content viewport margin: The space around the content viewport.
Insets | null
gridStyle
The style to be used for the grid
GridStyle | null
horizontal
Whether the chart is horizontal (true) or vertical (false)
boolean | null
maxBarDistance
The maximum distance between two consecutive bars. Center to center
number | null
minBarDistance
The minimum distance between two consecutive bars. Center to center
number | null
remainderSegmentBackgroundColor
The color for the remainder segment background. Usually white for light themes
string | null
remainderSegmentBorderColor
The color to be used for the border of remainder segments.
string | null
remainderSegmentBorderWidth
The width (in pixels) of the border of remainder segments.
number | null
segmentColors
The colors to be used for the segments of a stacked bar. Every string must denote a valid CSS color definition. If there are more segments than colors this array will be traversed again beginning with the first element (modulo).
string[] | null
valueAxisStyle
The style of the value axis
ValueAxisStyle | null
valueFormat
The format to be used for values shown close to the bar segments
NumberFormat | null
valueLabelColor
The color to be used for the value labels; set to null to use the same color as the corresponding bar segment
string | null
valueLabelFont
The font to be used for the value labels
FontStyle | null
valueRange
The value range to be used
ValueRange | null