Skip to content

Instantly share code, notes, and snippets.

View cpapazian's full-sized avatar

Chris Papazian cpapazian

View GitHub Profile
{
"items": [
{
"id": "106467978662732261",
"idx": 0,
"imgHeight": "255px",
"imgUrl": "https://i.pinimg.com/236x/be/bc/0c/bebc0c00c8077c273ad043a913d607bd.jpg"
},
{
"id": "320881542178878231",
{
"items": [
{
"id": "106467978662732261",
"idx": 0,
"imgHeight": "255px",
"imgUrl": "https://i.pinimg.com/236x/be/bc/0c/bebc0c00c8077c273ad043a913d607bd.jpg"
},
{
"id": "320881542178878231",
{
"resource": "shotchartdetail",
"parameters": {
"LeagueID": "00",
"Season": "2015-16",
"SeasonType": "Regular Season",
"TeamID": 0,
"PlayerID": 201939,
"GameID": null,
"Outcome": null,
@cpapazian
cpapazian / README.md
Last active November 17, 2015 06:17
React/D3 Histogram

React + D3

Demonstration of React + D3 integration. Features include

  • React component that wraps an arbitrary D3 chart closure.
  • App component that manages state (selected stock tickers, data) and passes data as props to D3 wrapper component.
  • A histogram of various random die rolls
  • A legend

React + D3

Demonstration of React + D3 integration. Features include

  • React component that wraps an arbitrary D3 chart closure.
  • App component that manages state (selected stock tickers, data) and passes data as props to D3 wrapper component.
  • A simple D3 line chart.