All examples By author By category About

scresawn

A Bar Chart

forked from mbostock's block: A Bar Chart

Make the following changes to this bar chart:

  1. Use the "states-zika.csv" file instead of "sample-data.csv".
  2. adjust margins as needed so that the entire bar chart is displayed properly.
  3. Make the bars green.
  4. Make all text black.
  5. Sort the bars alphabetically by state name in ascending order.
  6. After a 5 second delay, transition to sorting the bars in descending order according to their values.
  7. Create a tooltip for each bar that displays the number of characters in the name of the state over which you are hovering. For example, if I hover over Ohio, the tooltip will say "4". If I hover over Virginia, the tooltip will say "8".