R + Shiny + d3js: Blank HTML UI template.
http://rstudio.github.io/shiny/tutorial/#html-ui
Everything but server.R belongs in 'www' directory.
|-- www |-- index.html |-- server.RR + Shiny + d3js: Blank HTML UI template.
http://rstudio.github.io/shiny/tutorial/#html-ui
Everything but server.R belongs in 'www' directory.
|-- www |-- index.html |-- server.RR + Shiny + d3js: Blank template.
script.js belongs in 'www' directory.
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.
sublime text settings
d3js: Allocation, return, and attribution example. Sortable, horizontal bar chart with positive and negative values that change on select input.
http://bl.ocks.org/mbostock/5977197 http://bl.ocks.org/mbostock/3885705
d3js: d3.nest() and filter() using Select box and svg circles.
d3js: Line chart changing with select input.
d3js: Return, Cumulative Return, and Drawdown line graphs.
d3js: Return, Cumulative Return, Drawdown, and Drought line graphs with tooltips.
d3js: D.R.Y. update/enter/exit paragraph with Select input