gllona / lib-gg-orgchart

Javascript Organizational Chart Drawing Library
http://librerias.logicas.org/lib_gg_orgchart
Other
54 stars 21 forks source link

<x> undefined in two places #3

Open skirsdeda opened 10 years ago

skirsdeda commented 10 years ago

I have quite a big data file and I have hit a few bugs in the code. I did a quick patch to make it work for me: --- lib_gg_orgchart_v100b1.js.orig 2014-04-05 18:40:27.000000000 +0400 +++ lib_gg_orgchart_v100b1.js 2014-04-05 17:05:13.000000000 +0400 @@ -303,6 +303,8 @@ // function oc_render_start_drawing (options) {

skirsdeda commented 10 years ago

Patch sent via email cause it's so unreadable here and not possible to attach anything.. Anyway, I hit child.fullbbox undefined just using my data (regardless of rendering options used) and options.data undefined when I used example2 html file with my data (don't know what is the reason).