JohnCoene / echarts4r

🐳 ECharts 5 for R
http://echarts4r.john-coene.com/
Other
585 stars 82 forks source link

mouseout feature for Shiny #557

Closed swsoyee closed 10 months ago

swsoyee commented 11 months ago

Hi John, I notice that the mouseout are not support now. There is only mouseover supported: https://github.com/JohnCoene/echarts4r/blob/16a6fa12ad2a77246cacef38a955be5ec98e58a0/inst/htmlwidgets/echarts4r.js#L119-L123

Do you have any plan to implement this feature? Thank you!

JohnCoene commented 11 months ago

You should be able to implement it with e_on

https://echarts4r.john-coene.com/reference/callbacks

swsoyee commented 11 months ago

Thank you! I will have a try later.