MCPcopy
hub / github.com/chartjs/Chart.js / createPointLabelContext

Function createPointLabelContext

src/scales/scale.radialLinear.js:330–336  ·  view source on GitHub ↗
(parent, index, label)

Source from the content-addressed store, hash-verified

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

Callers 1

getPointLabelContextMethod · 0.85

Calls 1

createContextFunction · 0.85

Tested by

no test coverage detected