File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Constructing Interactive Data Visualizations
2
+ Curran Kelleher
3
+
4
+ * Foundation for
5
+ * reusable interactive visualizations
6
+ * 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 )
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 )
20
+ * [ Integration with Chorus] ( https://github.com/curran/visEditor/wiki/Chorus-Integration )
You can’t perform that action at this time.
0 commit comments