Skip to content
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

Order drivers by position key #3582

Merged
merged 2 commits into from
Sep 12, 2018
Merged

Conversation

01painadam
Copy link
Contributor

Overview

Orders tooltip and data with permanents at bottom (each grouping in reverse alphabetical order).

screen shot 2018-09-12 at 10 03 03

});

export const parseConfig = createSelector(
[getColors, getFilteredData, getDrivers, getSettings],
(colors, data, drivers, settings) => {
if (isEmpty(data)) return null;
// console.log(data)
Copy link
Contributor

Choose a reason for hiding this comment

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

remove.

@edbrett edbrett merged commit 4872041 into feature/tsc-loss-widget Sep 12, 2018
@edbrett edbrett deleted the feature/tsc-group-perm branch September 12, 2018 10:24
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.

None yet

2 participants