Closed
Description
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).