gussmith23 / posit-bisection-viz

10 stars 3 forks source link

How are values matched between old dataset and new dataset for the update set #44

Closed gussmith23 closed 5 years ago

gussmith23 commented 5 years ago

Apparently they're just matched like:

old: { data0, data1 }
new: { data2, data3, data4 }

we'll just match 0 to 2, 1 to 3, with no reasoning about their actual values. I think I need to dig into the d3 tutorial to really understand this.