Searched defs:fill (Results 1 - 2 of 2) sorted by relevance

/yui3/src/charts/js/
H A DHistogram.js62 if(Y_Lang.isArray(style.fill.color))
64 fillColors = style.fill.color.concat();
138 style.fill.color = fillColors[i % fillColors.length];
158 fill: style.fill,
191 fill:{
213 defs.fill.color = this._getDefaultColor(this.get("graphOrder"), "fill");
H A DPlots.js74 fill: style.fill,
85 if(Y_Lang.isArray(style.fill.color))
87 fillColors = style.fill.color.concat();
105 style.fill.color = fillColors[i % fillColors.length];
160 fill:{
175 defs.fill.color = this._getDefaultColor(this.get("graphOrder"), "fill");
217 styles.fill.opacity = styles.fill
159 var defs = { property
[all...]

Completed in 8 milliseconds