MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / render

Method render

src/common/overlay/KnowledgeGraph.js:562–564  ·  view source on GitHub ↗

* @function KnowledgeGraph.prototype.render * @description 根据提供的数据渲染视图。 * @param {Object} [graph = this.graph] - graph 实例。

(graph = this.graph)

Source from the content-addressed store, hash-verified

560 * @param {Object} [graph = this.graph] - graph 实例。
561 */
562 render(graph = this.graph) {
563 graph && this.graphRender.render(graph);
564 }
565
566 /**
567 * @function KnowledgeGraph.prototype.updateGraph

Callers 1

setDataMethod · 0.95

Calls 1

renderMethod · 0.65

Tested by

no test coverage detected