Closed lgrammel closed 11 years ago
IE7 threw errors for the following code (extract):
d3.select('body').selectAll('div').data(rectangles).enter().append('div').style({ position: 'absolute', top: function (d) { return d.top + 'px'; } });
IE7 threw errors for the following code (extract):