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

Method getGraph

src/chart/sankey/SankeySeries.ts:236–238  ·  view source on GitHub ↗

* Return the graphic data structure * * @return graphic data structure

()

Source from the content-addressed store, hash-verified

234 * @return graphic data structure
235 */
236 getGraph() {
237 return this.getData().graph;
238 }
239
240 /**
241 * Get edge data of graphic data structure

Callers 7

getEdgeDataMethod · 0.95
formatTooltipMethod · 0.95
getDataParamsMethod · 0.95
sankeyVisualFunction · 0.45
beforeLinkMethod · 0.45
renderMethod · 0.45
sankeyLayoutFunction · 0.45

Calls 1

getDataMethod · 0.65

Tested by

no test coverage detected