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)
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 | booleanmaxBarDistanceThe maximum distance between two consecutive bars. Center to center
null | numberminBarDistanceThe minimum distance between two consecutive bars. Center to center
null | numberremainderSegmentBackgroundColorThe color for the remainder segment background. Usually white for light themes
null | stringremainderSegmentBorderColorThe color to be used for the border of remainder segments.
null | stringremainderSegmentBorderWidthThe width (in pixels) of the border of remainder segments.
null | numbersegmentColorsThe 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).
null | string[]valueAxisStyleThe style of the value axis
null | ValueAxisStylevalueFormatThe format to be used for values shown close to the bar segments
null | NumberFormatvalueLabelColorThe color to be used for the value labels; set to null to use the same color as the corresponding bar segment
null | stringvalueLabelFontThe font to be used for the value labels
null | FontStylevalueRangeThe value range to be used
null | ValueRange