Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
get
Method · 0.45
getModel
Method · 0.45
Tested by
no test coverage detected