stuck on styling the Collapsible Tree example found at
D3 Code: https://bl.ocks.org/mbostock/4339083
JSON: https://bl.ocks.org/mbostock/4339083 (but instead of size, using a field called status to set to some single digit integer )
Based on status number, I highlight the node… that i got working. But I need the color of the parent node to take on the color of its child. Can someone direct me on how to do that?