Skip to content

choose appropriate legend mark for when visualizing text#272

Open
samussiah wants to merge 9 commits into
dev-v1.11.7from
legend-text-mark
Open

choose appropriate legend mark for when visualizing text#272
samussiah wants to merge 9 commits into
dev-v1.11.7from
legend-text-mark

Conversation

@samussiah

Copy link
Copy Markdown
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
});

// add a reference to the selection from it's data
// add a reference to the selection from its data

Copy link
Copy Markdown
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
Copy Markdown
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

@pburnsdata pburnsdata left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

crazy, crazy cool

@jwildfire

Copy link
Copy Markdown
Contributor

Closing as stale during PR cleanup — repo is dormant and this PR has had no activity for years. Reopen if still relevant.

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

3 participants