Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
calculateRadiusDomain
Method · 0.80
Calls
2
data
Method · 0.80
radiusValueAccessor
Method · 0.80
Tested by
no test coverage detected