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

Function layEndLine

src/chart/boxplot/boxplotLayout.ts:183–189  ·  view source on GitHub ↗
(ends: number[][], endCenter: number[])

Source from the content-addressed store, hash-verified

181 }
182
183 function layEndLine(ends: number[][], endCenter: number[]) {
184 const from = endCenter.slice();
185 const to = endCenter.slice();
186 from[cDimIdx] -= halfWidth;
187 to[cDimIdx] += halfWidth;
188 ends.push(from, to);
189 }
190}
191
192export function registerBoxplotAxisHandlers(registers: EChartsExtensionInstallRegisters) {

Callers 1

layoutSingleSeriesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…