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

Method xAxisMax

src/base/stack-mixin.js:210–213  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

208 }
209
210 xAxisMax () {
211 const m = max(this._flattenStack(), pluck('x'));
212 return utils.add(m, this.xAxisPadding(), this.xAxisPaddingUnit());
213 }
214
215 /**
216 * Set or get the title function. Chart class will use this function to render svg title (usually interpreted by

Callers

nothing calls this directly

Calls 4

_flattenStackMethod · 0.95
pluckFunction · 0.90
xAxisPaddingMethod · 0.80
xAxisPaddingUnitMethod · 0.80

Tested by

no test coverage detected