mirror of
https://gitee.com/antv/g6.git
synced 2024-12-06 05:38:47 +08:00
393 B
393 B
title | order |
---|---|
清除/销毁画布 | 17 |
graph.clear()
清除画布元素。该方法一般用于清空数据源,重新设置数据源,重新 render 的场景,此时所有的图形都会被清除。
该方法无参数。
用法
graph.clear();
graph.destroy()
销毁画布。
该方法无参数。
用法
graph.destroy();