Skip to content

Instantly share code, notes, and snippets.

View jasperchow5915's full-sized avatar

Jasper C. jasperchow5915

View GitHub Profile
@jasperchow5915
jasperchow5915 / data.csv
Created July 29, 2016 00:55 — forked from phoebebright/data.csv
D3 using nest on csv data
id name priority who time status
T-024 Organisation list in directory MUST Joe 5 Complete
T-015 Make term Commissions customisable MUST Natasha 6 Complete
T-016 Comments popup on select rates MUST Mike 3 In Progress
T-0169 Upgrade Centos Box MUST Joe 2 In Progress
T-013 Search in Documents on selected folder MUST Natasha 6 In Progress
T-014 Separate Document system for LA and Legals MUST Joe 9 In Progress
T-017 Demo of Look and Feel of Documents front end MUST Natasha 5 In Progress
T-021 Fix error where forum filename is greater than 100chars MUST Mike 4 Not Started
T-025 Fix admin so structure of categories displayed MUST Mike 2.5 Complete
@jasperchow5915
jasperchow5915 / README.md
Created July 27, 2016 11:52 — forked from tomswisher/README.md
Piarkanoid

Click "Open in a new window" for the best experience.

@jasperchow5915
jasperchow5915 / .block
Created July 25, 2016 02:31 — forked from nbremer/.block
Radar Chart Redesign
height: 600
@jasperchow5915
jasperchow5915 / .block
Created July 25, 2016 02:31 — forked from nbremer/.block
D3.js - Radar Chart or Spider Chart - Adjusted from radar-chart-d3
height: 650
@jasperchow5915
jasperchow5915 / README.md
Created July 14, 2016 06:05 — forked from biovisualize/README.md
D3 gallery JSON

This is a JSON dump of the D3 gallery as a first step for its complete redesign. It also shows a minimalist templating system.

@jasperchow5915
jasperchow5915 / .block
Created July 13, 2016 03:54 — forked from mbostock/.block
OMG Particles II
license: gpl-3.0
@jasperchow5915
jasperchow5915 / .block
Created July 13, 2016 03:52 — forked from mbostock/.block
OMG Particles!
license: gpl-3.0
@jasperchow5915
jasperchow5915 / DependenciesDataConversionGauge.csv
Last active June 24, 2016 06:39
Rectangular Color-Grouping Force Diagram in d3JS & colaJS
NEW_CREATED_BY NEW_CREATED_MONTH NEW_CREATED_YEAR NEW_DEPENDENT_ID NEW_ID NEW_LAST_UPDATED_BY NEW_LAST_UPDATED_MONTH NEW_LAST_UPDATED_YEAR NEW_PRINCIPAL_ID BUDGET_ASSIGNMENT GRADIENT
1 5 1973 10443279 10004965 1 5 1973 10554602 1.1 10
1 6 1973 10545436 10004996 1 6 1973 10554602 1.2 15
1 7 1973 10505036 10005013 1 7 1973 10469578 1.3 20
1 8 1973 10550526 10005045 1 8 1973 10443279 1.4 25
1 8 1973 10554602 10005076 1 8 1973 10535326 1.5 30
1 11 1973 10564696 10005228 1 11 1973 10452390 1.6 35
33 11 1968 10007160 10002092 33 11 1968 10007177 1.7 40
178 7 1968 10015212 10002061 178 7 1968 10007125 1.8 45
179 4 1970 10184732 10002800 179 4 1970 10209981 1.9 50
Released under the GNU General Public License, version 3.
@jasperchow5915
jasperchow5915 / README.md
Created February 24, 2016 02:01 — forked from ericcoopey/README.md
Animating Changes in Force Diagram

Demonstrates how to dynamically add and remove nodes to a force diagram. This was functionality that should seemingly be easy, but was surprisingly hard. Many people were asking how to do this in forums, and this final product is the amalgamation of several commenters half baked (but not really functioning) solutions.

This one demonstrates changes in a social network diagram as relationships are added, removed, and updated. Add nodes by name, add links complete with custom lengths.

Also shows how to add labels to a force diagram.