(parent, index, label)
| 328 | } |
| 329 | |
| 330 | function createPointLabelContext(parent, index, label) { |
| 331 | return createContext(parent, { |
| 332 | label, |
| 333 | index, |
| 334 | type: 'pointLabel' |
| 335 | }); |
| 336 | } |
| 337 | |
| 338 | export default class RadialLinearScale extends LinearScaleBase { |
| 339 |
no test coverage detected