Lines Matching refs:fill
232 fillColors = styles.fill.colors,
233 fillAlphas = styles.fill.alphas || ["1"],
323 fill: {
421 indexStyles.fill.color = indexStyles.fill.colors[i % indexStyles.fill.colors.length];
422 indexStyles.fill.alpha = indexStyles.fill.alphas[i % indexStyles.fill.alphas.length];
486 fill:{
494 defs.fill.colors = this._defaultSliceColors;
548 fill: this._defaultFillColors,
559 type = type || "fill";
702 * <dt>fill</dt><dd>A hash containing the following values:
708 * <dt>alphas</dt><dd>An array of alpha references (Number from 0 to 1) indicating the opacity of each marker fill. The default value is [1].</dd>
722 * the default value for `marker.over.fill.color` is equivalent to `marker.fill.color`.</dd>