adilyalcin / Keshif

Keshif - Data Made Explorable (Prototype)
https://keshif.me
BSD 3-Clause "New" or "Revised" License
457 stars 123 forks source link

Record display list scrolling update bug #163

Closed adilyalcin closed 8 years ago

adilyalcin commented 8 years ago

Currently, when the list scrolls and new items are added, the elements are inserted out of oder.

Reason: With the last update to d3 v4, the selection / add / update methods are changed. Check / fix the way d3 is used.

adilyalcin commented 8 years ago

This is fixed now. Yay!