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

Function install

src/component/dataZoom/installDataZoomInside.ts:26–34  ·  view source on GitHub ↗
(registers: EChartsExtensionInstallRegisters)

Source from the content-addressed store, hash-verified

24import installCommon from './installCommon';
25
26export function install(registers: EChartsExtensionInstallRegisters) {
27
28 installCommon(registers);
29
30 registers.registerComponentModel(InsideZoomModel);
31 registers.registerComponentView(InsideZoomView);
32
33 installDataZoomRoamProcessor(registers);
34}

Callers

nothing calls this directly

Calls 2

installCommonFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…