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

Function separation

src/chart/tree/layoutHelper.ts:149–151  ·  view source on GitHub ↗
(cb?: SeparationFunc)

Source from the content-addressed store, hash-verified

147
148
149export function separation(cb?: SeparationFunc) {
150 return arguments.length ? cb : defaultSeparation;
151}
152
153/**
154 * Transform the common coordinate to radial coordinate.

Callers 3

commonLayoutFunction · 0.90
firstWalkFunction · 0.85
apportionFunction · 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…