The StackedBarSeries renders bar chart in which series are stacked horizontally to show their contribution to the cumulative total.
_getPlotDefaultsdrawSeriesdirectionDirection of the series
Default: vertical
directionChange
Fires when the value for the configuration attribute direction is
changed. You can listen for the event using the on method if you
wish to be notified before the attribute's value has changed, or
using the after method if you wish to be notified after the
attribute's value has changed.
e
EventFacade
negativeBaseValuesDefault: null
negativeBaseValuesChange
Fires when the value for the configuration attribute negativeBaseValues is
changed. You can listen for the event using the on method if you
wish to be notified before the attribute's value has changed, or
using the after method if you wish to be notified after the
attribute's value has changed.
e
EventFacade
positiveBaseValuesDefault: null
positiveBaseValuesChange
Fires when the value for the configuration attribute positiveBaseValues is
changed. You can listen for the event using the on method if you
wish to be notified before the attribute's value has changed, or
using the after method if you wish to be notified after the
attribute's value has changed.
e
EventFacade
stylesStyle properties used for drawing markers. This attribute is inherited from BarSeries. Below are the default values:
["#66007f", "#a86f41", "#295454", "#996ab2", "#e8cdb7", "#90bdbd","#000000","#c3b8ca", "#968373", "#678585"]
["#205096", "#b38206", "#000000", "#94001e", "#9d6fa0", "#e55b00", "#5e85c9", "#adab9e", "#6ac291", "#006457"]
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 for marker.over.fill.color is equivalent to marker.fill.color.stylesChange
Fires when the value for the configuration attribute styles is
changed. You can listen for the event using the on method if you
wish to be notified before the attribute's value has changed, or
using the after method if you wish to be notified after the
attribute's value has changed.
e
EventFacade
typeRead-only attribute indicating the type of series.
Default: stackedBar
typeChange
Fires when the value for the configuration attribute type is
changed. You can listen for the event using the on method if you
wish to be notified before the attribute's value has changed, or
using the after method if you wish to be notified after the
attribute's value has changed.
e
EventFacade