Skip to content

Parcoords plot causes out of memory error or browser hang if data is all zeroes #4080

Closed
@jonathonw

Description

@jonathonw

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions