Skip to content

Instantly share code, notes, and snippets.

@icegulch
Created May 7, 2014 21:50
Show Gist options
  • Save icegulch/36103cd9236dc32331d7 to your computer and use it in GitHub Desktop.
Save icegulch/36103cd9236dc32331d7 to your computer and use it in GitHub Desktop.
Sample Chart JSON File for Lagrange PDF
[
{
"bin": 1,
"number_of_companies": 354,
"low": 0.0,
"high": 0.7
},
{
"bin": 2,
"number_of_companies": 273,
"low": 0.7,
"high": 1.5
},
{
"bin": 3,
"number_of_companies": 115,
"low": 1.5,
"high": 2.3
},
{
"bin": 4,
"number_of_companies": 54,
"low": 2.3,
"high": 3.1
},
{
"bin": 5,
"number_of_companies": 31,
"low": 3.1,
"high": 3.8
},
{
"bin": 6,
"number_of_companies": 12,
"low": 3.8,
"high": 4.6
},
{
"bin": 7,
"number_of_companies": 5,
"low": 4.6,
"high": 5.4
},
{
"bin": 8,
"number_of_companies": 2,
"low": 5.4,
"high": 6.2
},
{
"bin": 9,
"number_of_companies": 1,
"low": 6.2,
"high": 6.9
},
{
"bin": 10,
"number_of_companies": 1,
"low": 6.9,
"high": 9.2
},
{
"bin": 11,
"number_of_companies": 3,
"low": 9.2,
"high": 13.1
},
{
"bin": 12,
"number_of_companies": 1,
"low": 13.1,
"high": 13.9
},
{
"bin": 13,
"number_of_companies": 1,
"low": 13.9,
"high": 15.4
},
{
"bin": 14,
"number_of_companies": 1,
"low": 15.4,
"high": 18.5
},
{
"bin": 15,
"number_of_companies": 1,
"low": 18.5,
"high": 19.3
},
{
"bin": 16,
"number_of_companies": 1,
"low": 19.3,
"high": 20.0
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment