Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ChartGPU/ChartGPU
/ updateGridArea
Method
updateGridArea
src/interaction/createEventManager.ts:24–24 ·
view source on GitHub ↗
(gridArea: GridArea)
Source
from the content-addressed store, hash-verified
22
on(event: ChartGPUEventName, callback: ChartGPUEventCallback): void;
23
off(event: ChartGPUEventName, callback: ChartGPUEventCallback): void;
24
updateGridArea(gridArea: GridArea): void;
25
dispose(): void;
26
}
27
Callers
2
render
Function · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected