MCPcopy
hub / github.com/dc-js/dc.js / othersLabel

Method othersLabel

src/base/cap-mixin.js:143–149  ·  view source on GitHub ↗

* Get or set the label for *Others* slice when slices cap is specified. * @memberof CapMixin * @instance * @param {String} [label="Others"] * @returns {String|CapMixin}

(label)

Source from the content-addressed store, hash-verified

141 * @returns {String|CapMixin}
142 */
143 othersLabel (label) {
144 if (!arguments.length) {
145 return this._othersLabel;
146 }
147 this._othersLabel = label;
148 return this;
149 }
150
151 /**
152 * Get or set the grouper function that will perform the insertion of data for the *Others* slice

Callers 3

constructorMethod · 0.80
row-chart-spec.jsFile · 0.80
pie-chart-spec.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected