1 commentaire (1 commentaire)1 réaction (1 réaction)1 assigné (1 assigné)JavaScript991 stars (991 stars)666 forks (666 forks)batch import
enhancementgood first issue
Description
Cette issue ne contient pas de description.
- Type d'issue
- feature
- Prérequis
- Aucun
- Direction de recherche
- Investigate the codebase to find the component responsible for rendering events on the cluster graph. Look for existing tooltip implementations or hover handlers. The event data structure likely contains a 'people' field. The aim is to display the total number of people related to an event when hovering over that event's node. Consider using D3's mouseover events and updating a tooltip element.