StackedColumnSeries Class
The StackedColumnSeries renders column chart in which series are stacked vertically to show their contribution to the cumulative total.
Item Index
Attributes
Methods
_getPlotDefaults
()
protected
Gets the default values for the markers.
Returns:
Object
drawSeries
()
protected
Draws the series.
updateMarkerState
(
protected
-
type
-
i
Resizes and positions markers based on a mouse interaction.
Parameters:
-
type
Stringstate of the marker
-
i
Numberindex of the marker
Attributes
styles
Object
Style properties used for drawing markers. This attribute is inherited from ColumnSeries
. Below are the default values:
- fill
- A hash containing the following values:
- color
- Color of the fill. The default value is determined by the order of the series on the graph. The color
will be retrieved from the below array:
["#66007f", "#a86f41", "#295454", "#996ab2", "#e8cdb7", "#90bdbd","#000000","#c3b8ca", "#968373", "#678585"]
- alpha
- Number from 0 to 1 indicating the opacity of the marker fill. The default value is 1.
- border
- A hash containing the following values:
- color
- Color of the border. The default value is determined by the order of the series on the graph. The color
will be retrieved from the below array:
["#205096", "#b38206", "#000000", "#94001e", "#9d6fa0", "#e55b00", "#5e85c9", "#adab9e", "#6ac291", "#006457"]
- alpha
- Number from 0 to 1 indicating the opacity of the marker border. The default value is 1.
- weight
- Number indicating the width of the border. The default value is 1.
- width
- indicates the width of the marker. The default value is 24.
- over
- hash containing styles for markers when highlighted by a
mouseover
event. The default values for each style is null. When an over style is not set, the non-over value will be used. For example, the default value formarker.over.fill.color
is equivalent tomarker.fill.color
.