File tree 1 file changed +5
-12
lines changed
1 file changed +5
-12
lines changed Original file line number Diff line number Diff line change 1
1
# Constructing Interactive Data Visualizations
2
2
Curran Kelleher
3
3
4
+ * Focus is on Web-based 2D visualizations using [ D3.js] ( http://d3js.org/ )
5
+ * Other technologies also usable, e.g. [ Leaflet] ( http://leafletjs.com/examples/choropleth.html )
4
6
* Foundation for
5
7
* reusable interactive visualizations
6
8
* combining visualizations with linked views
7
- * Work from [ Ph. D. at University of Massachusetts] ( https://github.com/curran/phd )
8
- * Focus is on Web-based 2D visualizations using [ D3.js] ( http://d3js.org/ )
9
- * Other technologies also usable, e.g. [ Leaflet] ( http://leafletjs.com/examples/choropleth.html )
9
+ * embedding interactive visualizations in larger systems
10
10
* Core concept: [ Data Dependency Graphs] ( https://github.com/curran/model#data-dependency-graphs )
11
- * Examples
12
- * [ Bar Chart] ( http://curran.github.io/model-contrib/#/examples/barChart )
13
- * [ Scatter Plot] ( http://curran.github.io/model-contrib/#/examples/scatterPlot )
14
- * Reusable visualization elements: [ Reactivis] ( https://github.com/curran/reactivis )
15
- * [ Table] ( http://curran.github.io/model-contrib/#/examples/table )
16
- * [ Linked Bar Chart, Scatter Plot, and Table] ( http://curran.github.io/model-contrib/#/examples/linkedViews )
17
- * [ Linked Choropleth and Line Chart] ( http://curran.github.io/model/examples/d3LinkedChoropleth/ )
18
- * Future work
19
- * [ VisEditor] ( https://github.com/curran/visEditor )
11
+ * Work from [ Ph. D. at University of Massachusetts] ( https://github.com/curran/phd )
12
+ * [ VisEditor] ( https://github.com/curran/visEditor )
20
13
* [ Integration with Chorus] ( https://github.com/curran/visEditor/wiki/Chorus-Integration )
You can’t perform that action at this time.
0 commit comments