Skip to content

maintain ordinal axis sort on redraw#279

Open
samussiah wants to merge 18 commits into
dev-v1.11.7from
total-sortal-eclipse
Open

maintain ordinal axis sort on redraw#279
samussiah wants to merge 18 commits into
dev-v1.11.7from
total-sortal-eclipse

Conversation

@samussiah

@samussiah samussiah commented Jan 18, 2020

Copy link
Copy Markdown
Contributor

Issues

Closes #277
Closes #278

@samussiah samussiah added this to the v1.11.7 milestone Jan 18, 2020
@samussiah samussiah requested a review from jwildfire January 18, 2020 17:15
@pburnsdata pburnsdata closed this Feb 7, 2020
@pburnsdata pburnsdata reopened this Feb 7, 2020
@pburnsdata pburnsdata self-requested a review February 7, 2020 16:26
dom = dom[0] !== 0 ? [dom[0] - dom[0] * 0.01, dom[1] + dom[1] * 0.01] : [-1, 1];

return this[axis + '_dom'];
this[axis + '_dom'] = dom;

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.

good idea to keep that in a var

@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.

Perfecto

const arrayOfArrays = data.map(
d => this.config.cols.map(col => d[col])
//Object.keys(d)
// .filter(key => this.config.cols.indexOf(key) > -1)

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.

can remove this commented out code

@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.

3 participants