-
Notifications
You must be signed in to change notification settings - Fork 6
maintain ordinal axis sort on redraw #279
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
| 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; |
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.
good idea to keep that in a var
pburnsdata
left a comment
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.
Perfecto
| const arrayOfArrays = data.map( | ||
| d => this.config.cols.map(col => d[col]) | ||
| //Object.keys(d) | ||
| // .filter(key => this.config.cols.indexOf(key) > -1) |
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.
can remove this commented out code
Issues
Closes #277
Closes #278