D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
1wheel
Full window
Github gist
tax-filter
Sketch for
Tax Bill Calculator: Will Your Taxes Go Up or Down?
.
Data is simulated.
<!DOCTYPE html> <meta charset='utf-8'> <link rel="stylesheet" type="text/css" href="style.css"> <body> <div class='graph'></div> <div class='filters'></div> </body> <script src='d3_.js'></script> <script src='_script.js'></script>