I have created a jqxTreeMap but no data is displayed in the browser. I know it’s
there by looking at the DOM in developer tools, but it seems the elements have no
width or height properties. If I stop the debugger and inject some style to the
element it can see that all the data is there but it just not showing.
I have read the documentation for jqxTreeMap and I am still trying to understand
how the widget sizes the data. I read that:
“A leaf node’s rectangle has an area proportional to a specified dimension on the data.”
But I find that a very ambiguous statement. Can someone please expand and/or explain
how the data sized and positioned? Any help would be greatly appreciated.
Thanks,
Daryl