-
Notifications
You must be signed in to change notification settings - Fork 16
Defaults for aesthetics #142
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
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
432694b
Centralize aesthetic metadata in unified DefaultAesthetics structure
teunbrand 32f2b84
Apply default aesthetic values from geom definitions in writer
teunbrand 7d508e3
Remove hardcoded aesthetic defaults from all renderers
teunbrand 2e1f0bb
Add comprehensive tests for default aesthetic system
teunbrand b1cc361
Translate linetype strings to strokeDash arrays in writer.
teunbrand 525b571
Adjust some aesthetics to taste
teunbrand beb28bd
Refactor SETTING and defaults processing in Vega-Lite writer
teunbrand b1d7999
Centralize SETTING/defaults precedence logic in Layer
teunbrand 7dceccd
remove dangling test & cargo fmt
teunbrand c26407b
It turns out the unreachable statement did in fact become reachable
teunbrand 6482335
review area/density opacity
teunbrand 5803121
Move aesthetic resolution from writer to execution phase
teunbrand 8ca6d52
Merge resolved_aesthetics into mappings for single source of truth
teunbrand 84632ed
Merge branch 'main' into default_aesthetics
teunbrand 05ee9c0
Fix broken test expectation
teunbrand f5cbb18
cargo fmt
teunbrand 5724b50
set opaque default fill for area/density
teunbrand 91613ee
retarget opacity to fillOpacity when fill is supported
teunbrand b8b4ae8
Don't bake in opacity into the fill colour
teunbrand f5a2306
update expectations based on new defaults
teunbrand File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note:
widthwas removed. It is already a parameter andwidthcannot be a vegalite encoding (vegalite usessizewhen mapped to data).