Skip to content

Instantly share code, notes, and snippets.

@jfreels
jfreels / README.md
Last active December 25, 2015 02:59
R + Shiny + d3js: Blank template.
@jfreels
jfreels / README.md
Created October 9, 2013 19:28
R + Shiny + d3js: Blank template.

R + Shiny + d3js: Blank template.

script.js belongs in 'www' directory.

@jfreels
jfreels / README.md
Last active December 25, 2015 04:49
d3.js: Pie Chart Update, I (modified)

d3.js: Pie Chart Update, I (modified)

http://bl.ocks.org/mbostock/1346395

Modifications:

Added third column and changed data file to csv. Created radio buttons using d3js. Removed the timer.

@jfreels
jfreels / README.md
Last active December 25, 2015 05:39
Sublime Text user settings

sublime text settings

@jfreels
jfreels / README.md
Created October 11, 2013 21:03
d3js: Allocation, return, and attribution example. Sortable, horizontal bar chart with positive and negative values that change on select input.
@jfreels
jfreels / README.md
Last active December 25, 2015 17:09
d3js: d3.nest() and filter() using Select box and svg circles.

d3js: d3.nest() and filter() using Select box and svg circles.

@jfreels
jfreels / README.md
Last active December 25, 2015 17:49
d3js: Line chart changing with select input.

d3js: Line chart changing with select input.

@jfreels
jfreels / README.md
Last active December 25, 2015 19:49
d3js: Return, Cumulative Return, and Drawdown line graphs.

d3js: Return, Cumulative Return, and Drawdown line graphs.

@jfreels
jfreels / README.md
Last active December 25, 2015 22:09
d3js: Return, Cumulative Return, Drawdown, and Drought line graphs with tooltips.

d3js: Return, Cumulative Return, Drawdown, and Drought line graphs with tooltips.

@jfreels
jfreels / README.md
Last active December 26, 2015 04:09
d3js: D.R.Y. update/enter/exit paragraph with Select input

d3js: D.R.Y. update/enter/exit paragraph with Select input