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

Function getTimelineComponent

test/ut/spec/model/timelineMediaOptions.test.ts:41–43  ·  view source on GitHub ↗
(chart: EChartsType)

Source from the content-addressed store, hash-verified

39 return getECModel(chart).getComponent('legend', 0).option as LegendOption;
40 }
41 function getTimelineComponent(chart: EChartsType): TimelineModel {
42 return getECModel(chart).getComponent('timeline', 0) as TimelineModel;
43 }
44
45 let chart: EChartsType;
46 beforeEach(function () {

Callers 1

Calls 2

getECModelFunction · 0.90
getComponentMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…