-
Notifications
You must be signed in to change notification settings - Fork 4
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
Optimize layout using Opacity if no color is selected #6
Comments
hski-github
changed the title
Opacity should be used if no color is selected
Optimize layout if no color is selected
Feb 14, 2021
path.setAttribute("style", "fill:" + rowcolor + ";opacity:0.9;"); Could also be a configuration parameter for the Sankey mod to set opacity to 1.0, 0.9, 0.8 or 0.7. |
hski-github
changed the title
Optimize layout if no color is selected
Optimize layout using Opacity especially if no color is selected
Jan 14, 2022
hski-github
changed the title
Optimize layout using Opacity especially if no color is selected
Optimize layout using Opacity if no color is selected
Jan 14, 2022
See also example of Sankey with opacity. Color is defined via bars, and the flows have opacity of the original color. https://github.com/samirsaci/visuals_analysis/blob/main/Sankey%20Chart.ipynb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If no color is selected, it is not so easy to see, where the lines are going. It might be useful to introduce border color or opacity.
The text was updated successfully, but these errors were encountered: