Here's my d3 scatterplot

Another d3 project done :slight_smile:

Demo: https://gckev-scatterplot.surge.sh
GitHub: https://github.com/kevcomedia/d3-scatterplot

You’re way further than me in FCC, so I’m clueless about the project this is for, but from a user perspective, it looks good.

Thanks :smile:

When I was new, I was just as clueless as you. No worries :+1:

The scatter plot looks good but there is something wonky going on with the background gradient. It seems to be repeating in the horizontal axis. It looks like it’s setting the width equal to the viewport instead of the page width when viewed on mobile.

Yeah, it does. Do you know how to fix it? I literally just slapped in a gradient there like that.

I’m thinking that applying background-attachment: fixed might be a good idea :thinking: