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

Increase color lightness (of "other" nodes) instead of opacity, when mousing-over a node #34

Open
polochau opened this issue Jun 23, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@polochau
Copy link
Member

polochau commented Jun 23, 2021

Currently, when user mouse-over a node, all opacity of other nodes (that aren't mouse-overed) is reduced, allowing the edges behind them to show throw and can look visually overwhelming.
Possible solution is to increase color lightness (e.g., by first getting the HSL color space representation of a node's color, and then increasing the "L" value). See attached image for how example lighter node colors.
image

@polochau polochau added the enhancement New feature or request label Jun 23, 2021
@polochau polochau changed the title Lower color lightness instead of opacity when mousing-over a node. Lower color lightness (of "other" nodes) instead of opacity, when mousing-over a node Jun 23, 2021
@polochau polochau changed the title Lower color lightness (of "other" nodes) instead of opacity, when mousing-over a node Increase color lightness (of "other" nodes) instead of opacity, when mousing-over a node Jun 23, 2021
@polochau
Copy link
Member Author

HCL color space will be better, if it's available https://hclwizard.org/why-hcl/

@polochau polochau self-assigned this Oct 2, 2021
@aupadhayay3 aupadhayay3 reopened this Oct 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants