I know the code exists to do this, but I'm just not sure how to go about doing it, could someone offer some advice??
I want to create a barchart which will show population change over 100 years. Something similar to this http://mbostock.github.com/d3/tutorial/bar-2.html
But I'd like to add a zoom function similar to this http://bost.ocks.org/mike/treemap/
So someone could click on a bar, and the screen would zoom in to show extra information, like exact numbers for different ages,
0-20 - X Million
21-40 - X Million
41-60 - X Million
etc...
Could anyone give me any advice?? Thanks in advance!