g6/docs/api/graph/destroy.en.md
2020-11-13 22:33:15 +08:00

313 B

title order
Clear/Destroy Canvas 17

graph.clear()

Clear all the items in the canvas. This function is used for reseting the data source and re-rendering the graph.

Usage

graph.clear();

graph.destroy()

Destroy the graph.

Usage

graph.destroy();