-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[SDK] Charting Colors that enabled color blind mode #629
Comments
@lwnoble to look to implement color blind modes with assistance from other maintainers as required |
@lwnoble Lise, this has been checked into the dev branch. I imagine there are going to be some issues with the generation of color1 and color2 when only the primary is set. If so, I'll need some help in getting those right. Please verify. |
Talked with @lwnoble today, SDK portion done. We need UI to show the changes to the end user. @lwnoble and @aaronreed708 to meet. |
Talked with @lwnoble, she and @smithbk need to meet to discuss tweaking the values going into color blindness/charting colors. They will meet on Friday to discuss. The UI piece should be done under a different issue. @aaronreed708 to open. Involves:
|
Update from today: When Keith is says it is ok, Lise says she can merge their code together. |
10 color combinations complete, Keith and Lise to meet on next steps (SDK components) |
@lwnoble mentioned in today's call that the colors are done, waiting on the molecule implementation on the SDK side. |
Lise thinks this might be done - @smithbk could you let us know if so? |
@lwnoble said to close. Closing. |
Now that we have the dyslexic and motion sensitivity layers working, I would love to get at least one part of the color blind functionality working.
We can start by modifying the charting colors and the state colors based on the type of color blindness.
I have created the proper color blind charting colors for the 8 types of color blindness and those will be fixed values. So now we need to create the standard charting colors.
1.) For users who provide a primary color, secondary and tertiary colors the values are as follows:
2.) For users who provide a primary color and secondary colors only:
3.) For users who provide ONLY a primary color:
Proposed Solution
The text was updated successfully, but these errors were encountered: