Skip to content

Instantly share code, notes, and snippets.

View ngminhtrung's full-sized avatar

Trung Nguyen ngminhtrung

View GitHub Profile
@ngminhtrung
ngminhtrung / fcc-tribute-page-to-van-cao.markdown
Created August 8, 2017 23:21
FCC Tribute page to Van Cao
@ngminhtrung
ngminhtrung / .block
Created January 2, 2018 10:04
fresh block
license: mit
@ngminhtrung
ngminhtrung / .block
Last active January 2, 2018 10:14
Vietnam 2015 - Unemployment Rates of Different Regions
license: mit
@ngminhtrung
ngminhtrung / README.md
Last active April 23, 2018 10:32
D3js v4 - Drag + Zoom + Slider
@ngminhtrung
ngminhtrung / README.md
Last active April 27, 2018 04:59
Illustration of zooming in D3 v4
@ngminhtrung
ngminhtrung / .block
Last active May 11, 2018 03:13
Zoom and brush 01 - Vietnam CPI 2010 - 2016
height: 800
scrolling: yes
border: yes
@ngminhtrung
ngminhtrung / README.md
Last active May 8, 2018 03:19
D3js v4 - Modifying a Force Layout

Original block:

Ví dụ này minh họa cách để thêm/ bớt các nodes/ links trong một layout force-directed.

  • Đầu tiên màn hình chỉ hiện 3 điểm A, B và C.
  • Sau 5 giây, 3 điểm trên được nối lại với nhau.
  • Tiếp sau đó, điểm C bị xóa đi cùng với đường nối A-C, và B-C.
  • Tiếp sau đó, điểm C được thêm vào lại trong nhóm, đường nối A-C và B-C được khôi phục.
@ngminhtrung
ngminhtrung / .block
Last active March 31, 2019 03:43
D3v4 Collapsible Force Layout
license: gpl-3.0
@ngminhtrung
ngminhtrung / d3-v4-adjustable-link-strength.md
Last active May 8, 2018 08:30
Adjustable Link Strength for Force Layout based on data of Miserables
@ngminhtrung
ngminhtrung / README.md
Last active May 9, 2018 08:49
D3 v4 - Enter - Update - Exit

Original block: http://bl.ocks.org/alansmithy/e984477a741bc56db5a5

This is a simple example of enter/update/exit in d3js.

2 arrays - of differing length - are used to generate alternating sequences of bubbles.

.enter() creates the initial join of data to elements, creating one circle element for every data element in the array.

After the button is clicked, the alternative array is rejoined to the graphical elements.