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

Function transInit

src/chart/boxplot/BoxplotView.ts:229–235  ·  view source on GitHub ↗
(points: number[][], dim: number, itemLayout: BoxplotItemLayout)

Source from the content-addressed store, hash-verified

227}
228
229function transInit(points: number[][], dim: number, itemLayout: BoxplotItemLayout) {
230 return map(points, function (point) {
231 point = point.slice();
232 point[dim] = itemLayout.initBaseline;
233 return point;
234 });
235}
236
237export default BoxplotView;

Callers 1

createNormalBoxFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…