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

Inconsistent parcoords behaviour when data is outside range #3794

Closed
slishak opened this issue Apr 19, 2019 · 1 comment
Closed

Inconsistent parcoords behaviour when data is outside range #3794

slishak opened this issue Apr 19, 2019 · 1 comment
Assignees
Milestone

Comments

@slishak
Copy link

slishak commented Apr 19, 2019

Example codepen: https://codepen.io/anon/pen/xejYmv?editors=1010

In this example, dimension C has an out-of-range point at C=4. On page load, this line is shown in grey (I'm not sure if this should be the case, as it should be selectable in dimensions A and B):
image

Attempting to select the line on dimension B confirms that it is not selectable:
image

However, when clearing the constraint range by clicking on the B axis, the line disappears completely:
image

And from that point onwards, it reappears whenever a constraint range is applied, and disappears again when they are cleared.

In my opinion, the default behaviour should be for lines going out of the range of one of the coordinates to not have any special treatment. This is because you might have a large number of coordinates, and points can have invalid data for one dimension while still being valid for all of the rest of the dimensions (and the status of this point as an outlier compared to the expected range could even make this point more interesting to the user, so shouldn't be hidden).

@etpinard
Copy link
Contributor

Thanks for reporting!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants