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

Data skip on first column prevents rendering of chart #58

Open
chcholman opened this issue Sep 21, 2014 · 5 comments
Open

Data skip on first column prevents rendering of chart #58

chcholman opened this issue Sep 21, 2014 · 5 comments

Comments

@chcholman
Copy link

I want to chart the second and third columns in a table (the first column is a ranking number), but when I place the graph-skip value to the first column in the table the chart fails to render.

@agallou
Copy link
Member

agallou commented Sep 21, 2014

could you paste un exemple of your table ?

@chcholman
Copy link
Author

Thanks so much for the quick response!

Example:

1 The Carpal Tunnel Crusaders 1,000,000
2 Silver Woogidy Woogidy Woogidy Snakes 1,000,000
3 Operation Unthinkable 1,000,000
4 Team Wang 1,000,000
5 Harm & Hammer 1,000,000
6 Abusement Park 1,000,000
7 Eduception 0
8 Pwn Depot 0
9 Carpe Ludus 0

@agallou
Copy link
Member

agallou commented Sep 21, 2014

We will look into it. Until we fixed this, you can use two tables : one to be displayed, on the other one for the graph (we ofen found cases when data displayed in tables are not exacly the same than in the graph). Here is an exemple with your table : http://jsfiddle.net/f19wou07/

@chcholman
Copy link
Author

Awesome, that's a great workaround for now. Thanks!

@prchanda
Copy link

@agallou Will be there be any permanent fix for this ?

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

No branches or pull requests

3 participants