Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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!

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.