This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset='utf-8'> | |
| <script src='http://d3js.org/d3.v3.min.js'></script> | |
| <script type='text/javascript' | |
| src='http://code.jquery.com/jquery-1.6.2.min.js'></script> | |
| <link href="https://fonts.googleapis.com/css?family=Raleway" | |
| rel="stylesheet"> | |
| <script type='text/javascript' src='jquery.tipsy.js'></script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| State | Year | Federal Taxes paid | Federal Spending received | Federal Spending received per dollar of tax paid | Electoral votes | Presidential voters | Electors per voter | Times voted R | |
|---|---|---|---|---|---|---|---|---|---|
| Alabama | 1981 | 7356 | 9361 | 1.2726 | 9 | 1341929 | 6.71E-06 | 1 | |
| Alabama | 1982 | 7494 | 9933 | 1.3255 | 9 | 1341929 | 6.71E-06 | 1 | |
| Alabama | 1983 | 7415 | 10813 | 1.4583 | 9 | 1341929 | 6.71E-06 | 1 | |
| Alabama | 1984 | 8259 | 11444 | 1.3856 | 9 | 1441713 | 6.24E-06 | 2 | |
| Alabama | 1985 | 9142 | 12469 | 1.3639 | 9 | 1441713 | 6.24E-06 | 2 | |
| Alabama | 1986 | 9377 | 13097 | 1.3967 | 9 | 1441713 | 6.24E-06 | 2 | |
| Alabama | 1987 | 10280 | 13927 | 1.3548 | 9 | 1441713 | 6.24E-06 | 2 | |
| Alabama | 1988 | 10866 | 14354 | 1.321 | 9 | 1378476 | 6.53E-06 | 3 | |
| Alabama | 1989 | 11903 | 15131 | 1.2712 | 9 | 1378476 | 6.53E-06 | 3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset='utf-8'> | |
| <script src='https://d3js.org/d3.v3.min.js'></script> | |
| <script type="text/javascript" src="jquery-1.11.1.js"></script> | |
| <style> | |
| h2 { | |
| color: black; | |
| opacity: 0.85; |