Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pgadmin-org/pgadmin4
/ destroyChart
Function
destroyChart
web/pgadmin/static/js/chartjs/index.jsx:104–107 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
102
};
103
104
const destroyChart = function() {
105
chartObj.current?.resetZoom?.();
106
chartObj.current?.destroy();
107
};
108
109
useEffect(()=>{
110
initChart();
Callers
1
BaseChart
Function · 0.85
Calls
1
destroy
Method · 0.45
Tested by
no test coverage detected