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

Function install

src/component/dataZoom/installDataZoomSlider.ts:25–31  ·  view source on GitHub ↗
(registers: EChartsExtensionInstallRegisters)

Source from the content-addressed store, hash-verified

23import installCommon from './installCommon';
24
25export function install(registers: EChartsExtensionInstallRegisters) {
26
27 registers.registerComponentModel(SliderZoomModel);
28 registers.registerComponentView(SliderZoomView);
29
30 installCommon(registers);
31}

Callers

nothing calls this directly

Calls 1

installCommonFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…