* @function KnowledgeGraph.prototype.getGraph * @description 获取 KnowledgeGraph 的 graph 实例。 * @returns {Object} graph 实例。
()
| 377 | * @returns {Object} graph 实例。 |
| 378 | */ |
| 379 | getGraph() { |
| 380 | return this.graph; |
| 381 | } |
| 382 | |
| 383 | /** |
| 384 | * @function KnowledgeGraph.prototype.autoResize |
no outgoing calls
no test coverage detected