MCPcopy
hub / github.com/apache/echarts / getGraph

Method getGraph

src/chart/graph/GraphSeries.ts:343–345  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

341 }
342
343 getGraph(): Graph {
344 return this.getData().graph;
345 }
346
347 getEdgeData() {
348 return this.getGraph().edgeData as SeriesData<GraphSeriesModel, LineDataVisual>;

Callers 8

getEdgeDataMethod · 0.95
graphEdgeVisualFunction · 0.45
graphForceLayoutFunction · 0.45
simpleLayoutFunction · 0.45
categoryFilterFunction · 0.45
renderMethod · 0.45
__updateOnOwnRoamMethod · 0.45
updateLayoutMethod · 0.45

Calls 1

getDataMethod · 0.65

Tested by

no test coverage detected