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

Method _bubbleY

src/charts/bubble-chart.js:124–130  ·  view source on GitHub ↗
(d)

Source from the content-addressed store, hash-verified

122 }
123
124 _bubbleY (d) {
125 let y = this.y()(this.valueAccessor()(d));
126 if (isNaN(y) || !isFinite(y)) {
127 y = 0;
128 }
129 return y;
130 }
131
132 renderBrush () {
133 // override default x axis brush from parent chart

Callers 1

_bubbleLocatorMethod · 0.95

Calls 2

valueAccessorMethod · 0.80
yMethod · 0.45

Tested by

no test coverage detected