Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/echarts
/ getCursor
Function
getCursor
src/component/dataZoom/SliderZoomView.ts:1170–1172 ·
view source on GitHub ↗
(orient: LayoutOrient)
Source
from the content-addressed store, hash-verified
1168
}
1169
1170
function
getCursor(orient: LayoutOrient) {
1171
return
orient ===
'vertical'
?
'ns-resize'
:
'ew-resize'
;
1172
}
1173
1174
export
default SliderZoomView;
Callers
1
_renderHandle
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected