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

Render filtered data on top of excluded data #10

Closed
johnmartins opened this issue Apr 6, 2022 · 3 comments
Closed

Render filtered data on top of excluded data #10

johnmartins opened this issue Apr 6, 2022 · 3 comments
Labels
enhancement Improvement of existing functionality

Comments

@johnmartins
Copy link
Owner

When adding data filters, the data that is INCLUDED should be rendered ON TOP of the EXCLUDED data.
Furthermore, it should be possible to change the color of the data based on inclusion/exclusion (e.g. included data is blue, excluded data is grey)

@johnmartins johnmartins added the enhancement Improvement of existing functionality label Apr 6, 2022
@johnmartins
Copy link
Owner Author

This could potentially be done by splitting up the rendering into two separate loops in the DOM. Utilizing Array filters, one could simply filter for dataStore.dataPointFilterCheck, and the other for the inverse.

@johnmartins
Copy link
Owner Author

This is implemented in the new scatter plot, but not yet in the PCP

@johnmartins
Copy link
Owner Author

Solved by #24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement of existing functionality
Projects
None yet
Development

No branches or pull requests

1 participant