[Bug] 数据过长的时候tooltip显示就会不全
Open
Nobody has claimed this yet.
bug
- Dominant language
- TypeScript
- Stars
- 3.7k
- Forks
- 486
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 16
Description
Version
e.g. 1.5.2
Link to Minimal Reproduction
tooltip.confine = false
Steps to Reproduce
把画布限制在一个区域内显示 数据过长的时候tooltip显示就会不全
Current Behavior
Expected Behavior
希望tooltip悬浮框不在当前的画布里 这样数据过长的时候就不会有遮挡
但是无论开启或者不开启限制当前画布区域都会展示不全
Environment
- OS:windows
- Browser:chrome
- Framework:vue@2
Any additional comments?
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the issue with tooltip.confine=false in the Vue 2 example, using a confined canvas and data long enough to overflow. Trace the tooltip rendering entry point and verify that the complete tooltip remains visible outside the canvas without being clipped, with the behavior checked in Chrome on Windows.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- data-visualization, frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100