(bw, data, f)
| 130782 | }; |
| 130783 | } |
| 130784 | function radius(bw, data, f) { |
| 130785 | const v = bw >= 0 ? bw : (0, _vegaStatistics.bandwidthNRD)(data, f); |
| 130786 | return Math.round((Math.sqrt(4 * v * v + 1) - 1) / 2); |
| 130787 | } |
| 130788 | function number(_) { |
| 130789 | return (0, _vegaUtil.isFunction)(_) ? _ : (0, _vegaUtil.constant)(+_); |
| 130790 | } // Implementation adapted from d3/d3-contour. Thanks! |
no outgoing calls
no test coverage detected