You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
Attempting to select the line on dimension B confirms that it is not selectable:
However, when clearing the constraint range by clicking on the B axis, the line disappears completely:
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).
The text was updated successfully, but these errors were encountered:
Example codepen: https://codepen.io/anon/pen/xejYmv?editors=1010
In this example, dimension

C
has an out-of-range point atC=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 dimensionsA
andB
):Attempting to select the line on dimension

B
confirms that it is not selectable:However, when clearing the constraint range by clicking on the

B
axis, the line disappears completely: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).
The text was updated successfully, but these errors were encountered: