Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
export
interface
Legend {
7
update(series: ReadonlyArray<SeriesConfig>, theme: ThemeConfig): void;
8
dispose(): void;
9
}
10
11
const
getSeriesName = (series: SeriesConfig, index: number): string => {
Callers
2
disposeChart
Method · 0.65
disposeOverlays
Method · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected