MCPcopy Index your code
hub / github.com/apache/echarts / useHoverLinkOnHandle

Function useHoverLinkOnHandle

src/component/visualMap/ContinuousView.ts:958–961  ·  view source on GitHub ↗
(visualMapModel: ContinuousModel)

Source from the content-addressed store, hash-verified

956}
957
958function useHoverLinkOnHandle(visualMapModel: ContinuousModel) {
959 const hoverLinkOnHandle = visualMapModel.get('hoverLinkOnHandle');
960 return !!(hoverLinkOnHandle == null ? visualMapModel.get('realtime') : hoverLinkOnHandle);
961}
962
963function getCursor(orient: Orient) {
964 return orient === 'vertical' ? 'ns-resize' : 'ew-resize';

Callers 2

_dragHandleMethod · 0.85
_doHoverLinkToSeriesMethod · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…