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

Method rMax

src/base/bubble-mixin.js:122–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

120 }
121
122 rMax () {
123 return max(this.data(), e => this.radiusValueAccessor()(e));
124 }
125
126 bubbleR (d) {
127 const value = this.radiusValueAccessor()(d);

Callers 1

calculateRadiusDomainMethod · 0.80

Calls 2

dataMethod · 0.80
radiusValueAccessorMethod · 0.80

Tested by

no test coverage detected