Histogram.js revision e67957db0543602abfe8be8cfc6ed03526db938c
53c29b5c2e45418277bf03d6fc5dd81882abcff8Matt Sweeney * Histogram is the base class for Column and Bar series.
53c29b5c2e45418277bf03d6fc5dd81882abcff8Matt Sweeney * @module charts
70713f265d1fe28afa8033e336d69163f93dde32Matt Sweeney * @class Histogram
70713f265d1fe28afa8033e336d69163f93dde32Matt Sweeney * @constructor
53c29b5c2e45418277bf03d6fc5dd81882abcff8Matt Sweeney * Draws the series.
53c29b5c2e45418277bf03d6fc5dd81882abcff8Matt Sweeney * @method drawSeries
53c29b5c2e45418277bf03d6fc5dd81882abcff8Matt Sweeney * @protected
left,
fillColors = null,
borderColors = null;
this._createMarkerCache();
for(; i < seriesLen; ++i)
if(order > i)
if(fillColors)
if(borderColors)
this._clearMarkerCache();
_defaultFillColors: ["#66007f", "#a86f41", "#295454", "#996ab2", "#e8cdb7", "#90bdbd","#000000","#c3b8ca", "#968373", "#678585"],
_getPlotDefaults: function()
var defs = {
fill:{
colors:null,
alphas: null,
ratios: null
border:{
padding:{
return defs;