MCPcopy Create free account
hub / github.com/apache/echarts / install

Function install

src/chart/boxplot/install.ts:26–33  ·  view source on GitHub ↗
(registers: EChartsExtensionInstallRegisters)

Source from the content-addressed store, hash-verified

24import { boxplotTransform } from './boxplotTransform';
25
26export function install(registers: EChartsExtensionInstallRegisters) {
27 registers.registerSeriesModel(BoxplotSeriesModel);
28 registers.registerChartView(BoxplotView);
29 registers.registerLayout(boxplotLayoutStageHandler);
30 registers.registerTransform(boxplotTransform);
31
32 registerBoxplotAxisHandlers(registers);
33}

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected