MCPcopy
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
1170function getCursor(orient: LayoutOrient) {
1171 return orient === 'vertical' ? 'ns-resize' : 'ew-resize';
1172}
1173
1174export default SliderZoomView;

Callers 1

_renderHandleMethod · 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…