8000 choose appropriate legend mark for when visualizing text by samussiah · Pull Request #272 · RhoInc/Webcharts · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

Open
wants to merge 9 commits into
base: dev-v1.11.7
Choose a base branch
from

Conversation

samussiah
Copy link
Contributor

Issues

Closes #42

@samussiah samussiah added this to the v1.11.7 milestone Dec 18, 2019
@samussiah samussiah requested a review from jwildfire December 18, 2019 03:22
@samussiah samussiah changed the base branch from master to dev-v1.11.7 December 18, 2019 03:23
@@ -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
Copy link
Contributor

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) {
Copy link
Contributor

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

Copy link
Contributor
@pburnsdata pburnsdata left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

crazy, crazy cool

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

text marks not supported in legend
2 participants
0