You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal is to create the core interactive chart using D3.js
Tasks
Build a stacked area chart or a streamgraph
X-axis = Time; Y-axis = Total line of code
The stacks should represent the years of code was written. As you move the along the X-axis, the old "stacks" should shrink (representing replaced code).
The goal is to create the core interactive chart using D3.js
Tasks