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
barWidthThe bar width (for the stacked bar)
number | nullcategoryAxisStyleThe style of the category axis
CategoryAxisStyle | nullcontentViewportMarginThe content viewport margin: The space around the content viewport.
Insets | nullgridStyleThe style to be used for the grid
GridStyle | nullhorizontalWhether the chart is horizontal (true) or vertical (false)
boolean | nullmaxBarDistanceThe maximum distance between two consecutive bars. Center to center
number | nullminBarDistanceThe minimum distance between two consecutive bars. Center to center
number | nullremainderSegmentBackgroundColorThe color for the remainder segment background. Usually white for light themes
string | nullremainderSegmentBorderColorThe color to be used for the border of remainder segments.
string | nullremainderSegmentBorderWidthThe width (in pixels) of the border of remainder segments.
number | nullsegmentColorsThe 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[] | nullvalueAxisStyleThe style of the value axis
ValueAxisStyle | nullvalueFormatThe format to be used for values shown close to the bar segments
NumberFormat | nullvalueLabelColorThe color to be used for the value labels; set to null to use the same color as the corresponding bar segment
string | nullvalueLabelFontThe font to be used for the value labels
FontStyle | nullvalueRangeThe value range to be used
ValueRange | null