philogb / jit

The JavaScript InfoVis Toolkit provides tools for creating Interactive Data Visualizations for the Web
http://thejit.org
Other
1.51k stars 297 forks source link

[Treemap] Errors with very small nodes #62

Closed clementdenis closed 13 years ago

clementdenis commented 13 years ago

When a node is really small, its computed width is rounded to 0, and its coordinates contains 'NaN' values.

As a result, the treemap cannot be displayed.