The D3 tests seem to be extremely picky, to the point where there seems to be only one way to do the exercises. I have managed to complete all but one of the points:
- The data-yvalue and its corresponding dot should align with the corresponding point/value on the y-axis.
Although you can see everything align just like the example given and all the properties show up on the browser console and even the time objects seem to match.
The type error is ‘cannot read property length of null’ but I don’t know what is trying to read in order to fix it.
Any help would be really appreciated because these D3 exercises are draining the life out of me…
This is my pen D3 scatter Plot