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
Parallel coordinates plots cause browser out of memory errors (on Chrome) or browser hangs (on Firefox) if a dimension's values are all zeroes and the dimension's range is not specified or also set to [0, 0].
This issue is not reproducible if the range is explicitly set (to something other than [0, 0]), or if the dimension's values are non-zero (even if they are the same-- value: [1, 1] does not cause the same problem).
The text was updated successfully, but these errors were encountered:
Parallel coordinates plots cause browser out of memory errors (on Chrome) or browser hangs (on Firefox) if a dimension's values are all zeroes and the dimension's range is not specified or also set to
[0, 0]
.Minimal example: https://jsfiddle.net/JonathonW/p5rj2uv4/8/
This issue is not reproducible if the range is explicitly set (to something other than
[0, 0]
), or if the dimension's values are non-zero (even if they are the same--value: [1, 1]
does not cause the same problem).The text was updated successfully, but these errors were encountered: