-
Notifications
You must be signed in to change notification settings - Fork 3
Update colors page, add instructions for texture implementation, add cusy font-faces #40
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add CSS variables to update SVG's colors according to theme Tooltip shows details about the current color: - Hex - RGB - HSV - CMYK - Vividness - contrast to white background - contrast to black background
Fix heading levels Fix bulletpoint alignment Fix typo
Left out Eiffel tower for now, not sure about the look
Remove color name and hex code from graphic Add color name to tooltip Add copy buttons for each data line Add copy button on color name that copies all data lines Remove inaccurate color circle
Hover tooltip that shows ΔE values to other colors On hover change edges color to corresponding color at end of edge
Reorder dE chord diagram to be after categorical colors
Add interactive color change when hovering Add dark theme functionality
Remove unnecessary SVG meta info tags
Remove unneeded transformation groups Format SVGs
Update 'size and rotation' to 'size or line thickness'
Change order to alternative sets after main color sets
Add altair and notebook to dependencies
Download js files to _static dir Add js files to build in conf.py's `setup()` Modify js inside .ipynb, change cdn paths to local
Supports: - user defined percentages - download of single tile - download of shown tile
Download js files to _static dir Add js files to build in conf.py's `setup()` Modify js inside .ipynb, change cdn paths to local
81fb522 to
b674412
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update all graphics in viz/diagram-anatomy/colors
Add implementation for custom textures in Bokeh and Altair
Add implementation for colored areas in ipyleaflet
Add cusy font-faces
Fix a few typos
Make some graphics compatible to dark mode