Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 573 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 573 Bytes

d3-examples

Line Graph with Ticks

npm install -g bower
npm install -g jitter

# for installing js dependencies
bower install

# for compiling coffeescript
jitter coffee js -b

# for running local server
python -m SimpleHTTPServer
  • Install bower and with bower install dependencies.
  • Run python server.
  • Visit http://localhost:8000/

Note:

  • selection.datum - get or set data for individual elements, without computing a join.

  • selection.data - get or set data for a group of elements, while computing a relational join.