MCPcopy Index your code
hub / github.com/apache/echarts / getViewRect

Function getViewRect

src/component/timeline/SliderTimelineView.ts:738–744  ·  view source on GitHub ↗
(model: SliderTimelineModel, api: ExtensionAPI)

Source from the content-addressed store, hash-verified

736
737
738function getViewRect(model: SliderTimelineModel, api: ExtensionAPI) {
739 return layout.getLayoutRect(
740 model.getBoxLayoutParams(),
741 layout.createBoxLayoutReference(model, api).refContainer,
742 model.get('padding')
743 );
744}
745
746function makeControlIcon(
747 timelineModel: TimelineModel,

Callers 1

_layoutMethod · 0.70

Calls 2

getBoxLayoutParamsMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…