benfred / venn.js

Area proportional Venn and Euler diagrams in JavaScript
MIT License
1.04k stars 218 forks source link

Rounding error and exception thrown #131

Open jonnyrobbie opened 5 years ago

jonnyrobbie commented 5 years ago

If your json data contains size elements, which are expressed as an array of length one, sometimes the algorithm throws an exception when it expected zero, but got extremely small, but non-zero value.

Reproducible json is attached. test2.json.zip

jonnyrobbie commented 5 years ago

I have created a pull request for this issue #132