Adyen / lume

Lume is a component library for visual representations of data, built for Vue with D3.
https://lumedataviz.com
MIT License
37 stars 1 forks source link

Emit group events to track hover as we move between the groups #332

Closed govind-srinidhi closed 7 months ago

govind-srinidhi commented 7 months ago

Feature description

Lume currently allow us to track axis mouseenter/mouseleave and tooltip opened/moved/closed. But when the consumer has overridden the tooltip by custom tooltip, then it's not possible for him to track, if he has moved between the groups.

So, it would be better to emit group mouseenter/mouseleave as the user moves between the groups.

Problem/motivation

Allows consumers to interpret when the cursor is moved between the groups.

Describe alternatives you've considered

No response

Additional context

No response

Validations