Closed gussmith23 closed 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.
Apparently they're just matched like:
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.