In my node data array, I have a property on some nodes called "dummy" set to true. I am using these dummy nodes to render the charts a certain way and have css on them so they appear invisible.
How can I update the _directSubordinates and _totalSubordinates counts for my data to correctly EXCLUDE any nodes with the dummy prop?
Would appreciate any guidance.