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.