StackedColumnSeries.js revision 562568c870b1109f8b462727a15d214d71d892af
drawSeries: function()
left,
this._createMarkerCache();
w *= ratio;
if(!useOrigin)
negativeBaseValues = [];
positiveBaseValues = [];
if(useOrigin)
if(useOrigin)
top -= h;
top -= h;
this._clearMarkerCache();
if(this._markers[i])
var styles,
_getPlotDefaults: function()
var defs = {
fill:{
colors:null,
alphas: null,
ratios: null
border:{
padding:{
return defs;
ATTRS: {
type: {
value: null
value: null
* Style properties used for drawing markers. This attribute is inherited from `ColumnSeries`. Below are the default values:
* <dt>color</dt><dd>Color of the fill. The default value is determined by the order of the series on the graph. The color
* `["#66007f", "#a86f41", "#295454", "#996ab2", "#e8cdb7", "#90bdbd","#000000","#c3b8ca", "#968373", "#678585"]`
* <dt>alpha</dt><dd>Number from 0 to 1 indicating the opacity of the marker fill. The default value is 1.</dd>
* <dt>color</dt><dd>Color of the border. The default value is determined by the order of the series on the graph. The color
* `["#205096", "#b38206", "#000000", "#94001e", "#9d6fa0", "#e55b00", "#5e85c9", "#adab9e", "#6ac291", "#006457"]`
* <dt>alpha</dt><dd>Number from 0 to 1 indicating the opacity of the marker border. The default value is 1.</dd>
* <dt>over</dt><dd>hash containing styles for markers when highlighted by a `mouseover` event. The default