-
Notifications
You must be signed in to change notification settings - Fork 6
choose appropriate legend mark for when visualizing text #272
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
base: dev-v1.11.7
Are you sure you want to change the base?
Conversation
@@ -86,7 +88,7 @@ export default function drawText(marks) { | |||
return config.y.type === 'ordinal' ? yPos + this.y.rangeBand() / 2 : yPos; | |||
}); | |||
|
|||
// add a reference to the selection from it's data | |||
// add a reference to the selection from its data |
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.
ahh grammar
order = item.direction === 'ascending' ? +aCell - +bCell : +bCell - +aCell; | ||
} else { | ||
if (order === 0) { | ||
if (order === 0) { |
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.
this makes more sense to me now
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.
crazy, crazy cool
Issues
Closes #42