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

fix divide by zero bug #111

Closed ralphsmith80 closed 12 years ago

ralphsmith80 commented 12 years ago

I was getting a divide by zero error in one of the layoutV functions. This fix was added to the other layoutV function so I just included it in this one as well. The same goes for the layoutH functions.