You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are accessible descriptions of all visuals. But there's also a bunch of people who can't distinguish colors well enough, while still seeing the graphs. We can easily improve things for them:
Consider using pointStyle for line graphs (and their legends)
Consider using fill patterns for bar charts (and their legends)
Consider making one of both of those optional as they might hurt accessibility for other folks because of the clutter it adds?
The text was updated successfully, but these errors were encountered:
Point style for line graphs was added in 2022. The fill patterns will have to come later (it also has to be pretty of course!), if someone wants to propose a PR I'm open to that.
There are accessible descriptions of all visuals. But there's also a bunch of people who can't distinguish colors well enough, while still seeing the graphs. We can easily improve things for them:
pointStyle
for line graphs (and their legends)The text was updated successfully, but these errors were encountered: