fillNodes should be an optional step #107
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The current public JS API adapts
computeLayout
to add a fillNodes step, which tramples over any existinglayout
properties, see #62I think the public API should make this optional ...
Currently within d3fc we do not use the adapted version of the API.
I don't like boolean arguments. Can you just make fillNodes exist only in the test environment and not expose it outside?
Hmm ... you're right, thinking about it boolean args lack discoverability and don't self document.
I'll have a rethink.