MCPcopy
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
963function getCursor(orient: Orient) {
964 return orient === 'vertical' ? 'ns-resize' : 'ew-resize';
965}
966
967export default ContinuousView;

Callers 2

_renderBarMethod · 0.70
_createHandleMethod · 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…