1 Kommentar (1 Kommentar)1 Reaktion (1 Reaktion)1 zugewiesene Person (1 zugewiesene Person)JavaScript991 Stars (991 Stars)666 Forks (666 Forks)batch import
enhancementgood first issue
Beschreibung
Dieses Issue enthält keine Beschreibung.
- Issue Type
- feature
- Voraussetzungen
- Keine
- Research-Richtung
- 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.