@anyanyan07 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] The mouseover and mouseout event listeners of the legend
BODY
What problem does this feature solve?
I hope to provide the mouse hover event monitoring of the chart column to meet the design requirements, check the documentation API, try to use chart.on('mouseover', 'legend', function () {...}) does not work
What does the proposed API look like?
chart.on('mouseover', 'legend', function () {...}) hope to take effect
2条答案
按热度按时间deikduxw1#
@anyanyan07 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] The mouseover and mouseout event listeners of the legend
BODY
What problem does this feature solve?
I hope to provide the mouse hover event monitoring of the chart column to meet the design requirements, check the documentation API, try to use chart.on('mouseover', 'legend', function () {...}) does not work
What does the proposed API look like?
chart.on('mouseover', 'legend', function () {...}) hope to take effect
nr9pn0ug2#
目前是没有相关事件的,只有和 select 相关的,如果确实有需要的话可以提 PR 支持一下