1 comment (1 comment)1 reaction (1 reaction)1 assignee (1 assignee)JavaScript991 stars (991 stars)666 forks (666 forks)batch import
enhancementgood first issue
Description
This issue does not include a description.
- Issue type
- feature
- Prerequisites
- None
- Research direction
- 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.