JSFiddle - React, Tailwind, and code Playground
by ramnathv
HTML
<script src="//d3js.org/d3.v3.min.js"></script>
<svg></svg>
CoffeeScript
data = {
"Name ": [ "Dwyane Wade ", "LeBron James ", "Kobe Bryant ", "Dirk Nowitzki ", "Danny Granger ", "Kevin Durant ", "Kevin Martin ", "Al Jefferson ", "Chris Paul ", "Carmelo Anthony ", "Chris Bosh ", "Brandon Roy ", "Antawn Jamison ", "Tony Parker ", "Amare Stoudemire ", "Joe Johnson ", "Devin Harris ", "Michael Redd ", "David West ", "Zachary Randolph ", "Caron Butler ", "Vince Carter ", "Stephen Jackson ", "Ben Gordon ", "Dwight Howard ", "Paul Pierce ", "Al Harrington ", "Jamal Crawford ", "Yao Ming ", "Richard Jefferson ", "Jason Terry ", "Deron Williams ", "Tim Duncan ", "Monta Ellis ", "Rudy Gay ", "Pau Gasol ", "Andre Iguodala ", "Corey Maggette ", "O.J. Mayo ", "John Salmons ", "Richard Hamilton ", "Ray Allen ", "LaMarcus Aldridge ", "Josh Howard ", "Maurice Williams ", "Shaquille O'neal ", "Rashard Lewis ", "Chauncey Billups ", "Allen Iverson ", "Nate Robinson " ],
"G": [ 79, 81, 82, 81, 67, 74, 51, 50, 78, 66, 77, 78, 81, 72, 53, 79, 69, 33, 76, 50, 67, 80, 59, 82, 79, 81, 73, 65, 77, 82, 74, 68, 75, 25, 79, 81, 82, 51, 82, 79, 67, 79, 81, 52, 81, 75, 79, 79, 57, 74 ],
"MIN": [ 38.6, 37.7, 36.2, 37.7, 36.2, 39, 38.2, 36.6, 38.5, 34.5, 38.1, 37.2, 38.2, 34.1, 36.8, 39.5, 36.1, 36.4, 39.3, 35.1, 38.6, 36.8, 39.7, 36.6, 35.7, 37.4, 34.9, 38.1, 33.6, 35.9, 33.6, 36.9, 33.7, 35.6, 37.3, 37.1, 39.8, 31.1, 38, 37.5, 34, 36.3, 37.1, 31.9, 35, 30.1, 36.2, 35.3, 36.7, 29.9 ],
"PTS": [ 30.2, 28.4, 26.8, 25.9, 25.8, 25.3, 24.6, 23.1, 22.8, 22.8, 22.7, 22.6, 22.2, 22, 21.4, 21.4, 21.3, 21.2, 21, 20.8, 20.8, 20.8, 20.7, 20.7, 20.6, 20.5, 20.1, 19.7, 19.7, 19.6, 19.6, 19.4, 19.3, 19, 18.9, 18.9, 18.8, 18.6, 18.5, 18.3, 18.3, 18.2, 18.1, 18, 17.8, 17.8, 17.7, 17.7, 17.5, 17.2 ],
"FGM": [ 10.8, 9.7, 9.8, 9.6, 8.5, 8.9, 6.7, ...