-
Notifications
You must be signed in to change notification settings - Fork 184
Dodge: use the mark's this.r if present #711
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
Conversation
…tions, then 3. follows [7a845f0]
Co-authored-by: Mike Bostock <[email protected]>
symbol: "species", | ||
fill: "species", | ||
stroke: "white", | ||
strokeWidth: .5 |
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.
strokeWidth: .5 | |
strokeWidth: 0.5 |
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.
strokeWidth: .5 | ||
})) | ||
], | ||
symbol: {legend: true} |
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.
For Plot options, I prefer the following order:
- Layout (e.g., height)
- Scales
- Facets
- Marks
I think (hope) nearly all the tests conform to this pattern, and would like to be consistent.
Superseded by #775. |
otherwise default to reading the options, then 3.
follows [7a845f0]