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
When moving the slider endpoint, sometimes rounding on the values leads to points being excluded that the user would expect to have as included points (i.e. their value is equal to the endpoint label, yet they are not in the set of visible points). This occurs because the actual value from the slider is slightly off of their value, so they fail the boundary condition, yet the label is being rounded to a value that appears to set a different boundary condition that those points should meet.
The text was updated successfully, but these errors were encountered:
Solved this by displaying full precision slider endpoint values when hovering over a filter. Now working on making those values editable by typing instead of just sliding with mouse.
When moving the slider endpoint, sometimes rounding on the values leads to points being excluded that the user would expect to have as included points (i.e. their value is equal to the endpoint label, yet they are not in the set of visible points). This occurs because the actual value from the slider is slightly off of their value, so they fail the boundary condition, yet the label is being rounded to a value that appears to set a different boundary condition that those points should meet.
The text was updated successfully, but these errors were encountered: