Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/apache/echarts
/ getCursor
Function
getCursor
src/component/visualMap/ContinuousView.ts:963–965 ·
view source on GitHub ↗
(orient: Orient)
Source
from the content-addressed store, hash-verified
961
}
962
963
function
getCursor(orient: Orient) {
964
return
orient ===
'vertical'
?
'ns-resize'
:
'ew-resize'
;
965
}
966
967
export
default ContinuousView;
Callers
2
_renderBar
Method · 0.70
_createHandle
Method · 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…