I'm currently grappling with a JavaScript code and trying to make sense of it.
For the entire code, please visit this codepen site.
I've been on the hunt for where exactly the variable d3
is defined.
This particular variable plays a crucial role in multiple sections of the code, such as here:
let svg = d3.select('.chart-wrapper').append('svg')
.
If anyone could shed some light on the origin of this variable, I would greatly appreciate it.