Skip to content

Instantly share code, notes, and snippets.

@Zsailer
Last active August 29, 2015 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Zsailer/6ddbc079f70124989d22 to your computer and use it in GitHub Desktop.
Save Zsailer/6ddbc079f70124989d22 to your computer and use it in GitHub Desktop.

Tasks for the day

  1. Read the introduction to D3.js here.
  2. Work through these tutorials:

Try to implement these bar charts directly in the d3app boilerplate code you've been using. Download a fresh project if you need here 3. Read about D3 transitions here. 4. Add transitions to your bar chart:

  • Add a button to the page that, when clicked, changes the bar heights using a D3 transition. See example here.
  • Once you get that working, put this button inside a modal pop-up window.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment