I am currently implementing a modified version of this D3 collapsible tree. When I am creating the links, there are two key-value pairs (x0
and y0
) that appear when I console log a certain object, but that are undefined when logged individually. They also are not listed in the object's keys when using the Object.keys()
method. See below:
How do I access the missing values?