echarts [Feature] yAxis.axisPointer.handle 可以自定义设置cursor: 'pointer'属性么?

xqkwcwgp  于 2022-12-31  发布在  Echarts
关注(0)|答案(1)|浏览(225)

What problem does this feature solve?

在yAxis.axisPointer.handle上加了自定义事件后,需要在hover时变成小手

What does the proposed API look like?

yAxis.axisPointer.handle.cursor = 'pointer'

p5fdfcr1

p5fdfcr11#

@snowyang2021 It seems you are not using English, I've helped translate the content automatically. To make your issue understood by more people and get helped, we'd like to suggest using English next time. 🤗
TRANSLATED

TITLE

[Feature] yAxis.axisPointer.handle Can I customize the cursor: 'pointer' property?

BODY

What problem does this feature solve?

After adding a custom event to yAxis.axisPointer.handle, it needs to become a small hand when it is covered

What does the proposed API look like?

yAxis.axisPointer.handle.cursor = 'pointer'

相关问题