MCPcopy Create free account
hub / github.com/ChartGPU/ChartGPU / dispose

Method dispose

src/components/createLegend.ts:8–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6export interface Legend {
7 update(series: ReadonlyArray<SeriesConfig>, theme: ThemeConfig): void;
8 dispose(): void;
9}
10
11const getSeriesName = (series: SeriesConfig, index: number): string => {

Callers 2

disposeChartMethod · 0.65
disposeOverlaysMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected