(scale)
| 1 | function getLabels(scale) { |
| 2 | return scale.ticks.map(t => t.label); |
| 3 | } |
| 4 | |
| 5 | // Tests for the radial linear scale used by the polar area and radar charts |
| 6 | describe('Test the radial linear scale', function() { |
no outgoing calls
no test coverage detected