MCPcopy Index your code
hub / github.com/ChartGPU/ChartGPU / addLabel

Method addLabel

src/components/createTextOverlay.ts:15–15  ·  view source on GitHub ↗
(
    text: string,
    x: number,
    y: number,
    options?: TextOverlayLabelOptions
  )

Source from the content-addressed store, hash-verified

13export interface TextOverlay {
14 clear(): void;
15 addLabel(
16 text: string,
17 x: number,
18 y: number,

Callers 3

addAxisLabelsToOverlayFunction · 0.80
renderFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected