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

Resolve colorblindness issues - PROBABLY add hatching - texture and viridis scaling #2

Open
wendlingd opened this issue Apr 19, 2017 · 1 comment

Comments

@wendlingd
Copy link
Owner

wendlingd commented Apr 19, 2017

Good advice regarding color-blindness - use hatching, as described at http://lea.verou.me/css3patterns/#diagonal-stripes

See http://stackoverflow.com/questions/42705705/shaded-interactive-d3-treemap-support-for-people-who-are-colorblind.

Instead of green, consider http://lea.verou.me/css3patterns/#waves

Instead of shades of red, use d3.interpolateViridis(t), see https://github.com/d3/d3-scale

@wendlingd wendlingd changed the title Add hatching - texture and viridis scaling Resolve colorblindness issues - PROBABLY add hatching - texture and viridis scaling Apr 19, 2017
@wendlingd
Copy link
Owner Author

The problem with this is that the smallest boxes, which might be 1/4 of the total box count, don't manifest hatching in an understandable way. I think an accompanying data table might be the best solution.

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

No branches or pull requests

1 participant