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

Function getECModel

test/ut/core/utHelper.ts:153–156  ·  view source on GitHub ↗
(chart: EChartsType)

Source from the content-addressed store, hash-verified

151}
152
153export function getECModel(chart: EChartsType): GlobalModel {
154 // @ts-ignore
155 return chart.getModel();
156}

Callers 15

interval.test.tsFile · 0.90
setOption.test.tsFile · 0.90
setOption.test.tsFile · 0.90
helper.test.tsFile · 0.90
getSeriesFunction · 0.90
getLegendOptionFunction · 0.90
getTimelineComponentFunction · 0.90
getSeriesFunction · 0.90
getModelFunction · 0.90
countModelFunction · 0.90

Calls 1

getModelMethod · 0.45

Tested by 6

getSeriesFunction · 0.72
getLegendOptionFunction · 0.72
getTimelineComponentFunction · 0.72
getSeriesFunction · 0.72
getModelFunction · 0.72
countModelFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…