Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

D3 TimeSeries of the top 15 scorers #25

Open
lprsd opened this issue Dec 25, 2013 · 4 comments
Open

D3 TimeSeries of the top 15 scorers #25

lprsd opened this issue Dec 25, 2013 · 4 comments
Labels

Comments

@lprsd
Copy link
Owner

lprsd commented Dec 25, 2013

No description provided.

@AdityaSethi
Copy link
Collaborator

Do we have the cumulative data for top 15 players?

I was looking at d3 chart created by mike (http://bost.ocks.org/mike/nations/)

@AdityaSethi
Copy link
Collaborator

Sample json required for the same under this format:

[
{
"name": "Sachin Tendulkar",
"country": "India",
"runs": [
[
1989,
300
],
[
1890,
359
],
[
1991,
556
]
],
"average":[
[
1989,
30
],
[
1890,
39
],
[
1991,
56
]
],
"centuries":[
[
1989,
3
],
[
1890,
9
],
[
1991,
6
]
]
},
{
"name": "Player 2",
"country": "Country Name",
"runs": [
[
1989,
300
],
[
1890,
359
],
[
1991,
556
]
],
"average":[
[
1989,
30
],
[
1890,
39
],
[
1991,
56
]
],
"centuries":[
[
1989,
3
],
[
1890,
9
],
[
1991,
6
]
]
}
]

@gouravtiwari
Copy link
Collaborator

Added json for ODIs: ee713a4 and Tests: 5c04640

@gouravtiwari
Copy link
Collaborator

Also cerated Year on Year cumulative data for ODI and Test for easy plotting 18a0038

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants