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

Method getValueAccessorByIndex

src/base/stack-mixin.js:184–186  ·  view source on GitHub ↗
(index)

Source from the content-addressed store, hash-verified

182 }
183
184 getValueAccessorByIndex (index) {
185 return this._stack[index].accessor || this.valueAccessor();
186 }
187
188 yAxisMin () {
189 const m = min(this._flattenStack(), p => (p.y < 0) ? (p.y + p.y0) : p.y0);

Callers

nothing calls this directly

Calls 1

valueAccessorMethod · 0.80

Tested by

no test coverage detected