The current public JS API adapts computeLayout to add a fillNodes step, which tramples over any existing layout properties, see #62
I think the public API should make this optional ...
computeLayout(..., false); // fillNodes turned off
Currently within d3fc we do not use the adapted version of the API.
The current public JS API adapts
computeLayoutto add a fillNodes step, which tramples over any existinglayoutproperties, see #62I think the public API should make this optional ...
Currently within d3fc we do not use the adapted version of the API.