Sunday, December 28, 2014

d3 참고 자료

1. https://medium.com/@c_behrens/enter-update-exit-6cafc6014c36

D3 에서 DOM element를 select하고 data를 bind하고 초과되는 data에 sub-selection (enter) 를 통한 새로운 DOM element 생성 혹은 exit 를 통한 제거가 필요한 data의 sub-selection 의 설명이 잘 되어 있음.
enter  와 exit 메소드의 설명이 명확히 되어 있음


2. http://christopheviau.com/d3_tutorial/

transition().delay() 를 통한 animation chaining 예제. this 키워드를 이용하여 callback 함수가 현재 이벤트가 일어난 context를 접근할 수 있음. text로 데이터를 가져와서 표현하는 예제도 포함