-
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
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. |
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: