(scale, count)
| 110404 | }; |
| 110405 | |
| 110406 | function labelValues(scale, count) { |
| 110407 | return scale.bins ? binValues(scale.bins) : symbols[scale.type] ? thresholdValues(scale[symbols[scale.type]]()) : (0, _ticks.tickValues)(scale, count); |
| 110408 | } |
| 110409 | |
| 110410 | function thresholdFormat(scale, specifier) { |
| 110411 | var _ = scale[formats[scale.type]](), |
nothing calls this directly
no test coverage detected