echarts icon indicating copy to clipboard operation
echarts copied to clipboard

[Feature] Change cursor icon to more intuitive 'move', for dataZoom slider moveHandle

Open ribeirompl opened this issue 1 year ago • 0 comments

What problem does this feature solve?

These are the current cursor icons for the dataZoom slider:

Resize Brush Move/Drag
resize_example brush_example move_example

The Move/Drag icon is not intuitive, and it makes it difficult to know whether you're busy resizing or dragging, when the mouse is nearby the edge.

What does the proposed API look like?

It is more intuitive for the Move/Drag cursor icon to be the 'move' icon, instead of the resize icon.

e.g. I edited this one as an example:

(Suggested) Move/Drag
suggested_move

ribeirompl avatar Aug 28 '24 13:08 ribeirompl