5 comments (5 comments)1 reaction (1 reaction)0 assignees (0 assignees)JavaScript8,106 stars (8,106 stars)694 forks (694 forks)batch import
OSCPfeature 💡good first issue
Description
Describe the feature / 功能描述
Are you willing to contribute? / 是否愿意参与贡献?
Please select / 请选择
- Issue type
- feature
- Research direction
- Study the tooltip interaction module in G2's source code, particularly files like 'src/interaction/action/tooltip.ts' or 'src/component/tooltip.ts'. Determine the event handler that triggers tooltip on hover and identify how it distinguishes between hovering over a chart element versus blank space. Consider adding a filter to only show tooltip when hovering over bar marks, or make it configurable. Review existing tooltip configuration options for clues.