D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
hectorfr1984
Full window
Github gist
Practica D3
Built with
blockbuilder.org
<!DOCTYPE html> <head> <meta charset="utf-8"> <link href="https://fonts.googleapis.com/css?family=Amatic+SC:400,700" rel="stylesheet"> <script src="https://d3js.org/d3.v4.min.js"></script> <link rel="stylesheet" type="text/css" href="main.css"> </head> <body> <div id='title'> <h3>Across U.S. Companies, Tax Rates Vary Greatly</h3> </div> <div id='text'> <h1>La s t week, in a Congressional hearing, Apple got grilled for its low-tax strategy. But not every business can copy that approach. Here is a lo ok at what S. 500 companies paid in corporate income taxes — federal, state, local and foreign — from 2007 to 2012, according to S Capital IQ.</h1> </div> <div id='realchart' class='scatterplot'> </div> <div id='footer'> <h4>Datos obtenidos de la...</h4> </div> <script src="viz.js"></script> </body>
https://d3js.org/d3.v4.min.js