Skip to content

improve arranged bar handling#268

Open
samussiah wants to merge 5 commits into
dev-v1.11.7from
split-bar-order
Open

improve arranged bar handling#268
samussiah wants to merge 5 commits into
dev-v1.11.7from
split-bar-order

Conversation

@samussiah

@samussiah samussiah commented Dec 18, 2019

Copy link
Copy Markdown
Contributor

Issues

Closes #123
Closes #256
Closes #159
Closes #206
Closes #207

@samussiah samussiah added this to the v1.11.7 milestone Dec 18, 2019
@samussiah samussiah requested a review from jwildfire December 18, 2019 03:17
(item.direction === 'descending' && aCell < bCell)
)
order = 1;
if (item.type === 'number') {

@pburnsdata pburnsdata Feb 7, 2020

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 gets fixed later

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

Wow, big improvements to bars and tables here. If this was an enchilada it'd be the king of enchiladas

)
) {
this.data.filtered = this.data.raw;
this.data.filtered = this.data.raw.slice();

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 call

@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