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

Method isHorizontal

src/coord/parallel/ParallelAxis.ts:50–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48 }
49
50 isHorizontal(): boolean {
51 return this.coordinateSystem.getModel().get('layout') !== 'horizontal';
52 }
53
54}
55

Callers

nothing calls this directly

Calls 2

getMethod · 0.45
getModelMethod · 0.45

Tested by

no test coverage detected