(scale13, count)
| 127226 | [Quantize]: "domain" |
| 127227 | }; |
| 127228 | function labelValues(scale13, count) { |
| 127229 | return scale13.bins ? binValues(scale13.bins) : scale13.type === Log ? tickLog(scale13, count, true) : symbols[scale13.type] ? thresholdValues(scale13[symbols[scale13.type]]()) : tickValues(scale13, count); |
| 127230 | } |
| 127231 | function thresholdFormat(locale, scale14, specifier) { |
| 127232 | const _ = scale14[formats[scale14.type]](), n = _.length; |
| 127233 | let d = n > 1 ? _[1] - _[0] : _[0], i; |
no test coverage detected