* @function KnowledgeGraph.prototype.getZoom * @description 获取当前视口的缩放比例。 * @return {number} 返回值表示当前视口的缩放比例,默认值为 1。
()
| 460 | * @return {number} 返回值表示当前视口的缩放比例,默认值为 1。 |
| 461 | */ |
| 462 | getZoom() { |
| 463 | return this.graphRender.getZoom(); |
| 464 | } |
| 465 | |
| 466 | /** |
| 467 | * @function KnowledgeGraph.prototype.getMinZoom |
no outgoing calls
no test coverage detected