Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

East-West direction cases added #16

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

hilor05
Copy link

@hilor05 hilor05 commented Mar 21, 2022

Rrose works very well in solving the auto panning problem but when the tooltip is too big to be rendered in north or south direction, it fails to render tooltip within the viewport. So I implemented two new directions namely east and west apart from the already existing (n, ne, nw, s, se, sw). The tooltip is fixed along the y axis and starts from the top of the view port, the tip of the tooltip, moves according to the point of selection along the y axis. The tooltip is rendered east or west based on the space available.

hilor05 added 4 commits March 21, 2022 14:52
Rrose works very well in solving the auto panning problem but when the tooltip is too big to be rendered in north or south direction, it fails to render tooltip within the viewport. So I implemented two new directions namely east and west apart from the already existing (n, ne, nw, s, se, sw). The tooltip is fixed along the y axis and starts from the top of the view port, the tip of the tooltip, moves according to the point of selection along the y axis. The tooltip is rendered east or west based on the space available.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant