-
Notifications
You must be signed in to change notification settings - Fork 36
CUFP 2014 Tutorial
seliopou edited this page Sep 3, 2014
·
2 revisions
Wiki ▸ CUFP 2014 Tutorial
This tutorial presents the fundamental concepts behind D3.js and how they map to the Elm programming language via the elm-d3 library.
Download and install the Haskell Platform and node.js for your OS/distribution. Then install the Elm programming language using cabal:
cabal install elm
Finally, clone the elm-d3 repository, install the node dependencies and build the library:
git clone https://github.com/seliopou/elm-d3
cd elm-d3
npm install smash
make
- D3.js Documentation
- Thinking with Joins - A blog post about D3's computational model
- Towards Resuable Charts - A blog post about widget design in D3
- Syntax Reference
- Library Documentation
- MVC in a Reactive World - A blog post about the MVC architecture in Elm