1 评论 (1 评论)1 反应 (1 反应)1 负责人 (1 负责人)JavaScript991 star (991 star)666 fork (666 fork)batch import
enhancementgood first issue
- 议题类型
- feature
- 前置要求
- 无
- 研究方向
- 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.