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

Stacked area chart fails when y is zero on the non-first series #316

Closed
abryzak opened this issue Jun 4, 2014 · 3 comments
Closed

Stacked area chart fails when y is zero on the non-first series #316

abryzak opened this issue Jun 4, 2014 · 3 comments
Labels
C-bug Category: This is a bug resolved maybe

Comments

@abryzak
Copy link

abryzak commented Jun 4, 2014

When a data point is 0 on the non-first series, the point is moved to the y-axis instead of on top of the previous series.

This can be seen in the example on http://c3js.org/samples/chart_area_stacked.html by using the data1 numbers for data2 and the data2 numbers for data1.

screen shot 2014-06-04 at 12 25 55 pm

@masayuki0812
Copy link
Member

Hi, Thank you for reporting. I'll check this.

@masayuki0812
Copy link
Member

I think this has been fixed by the commit above. Please try with the code from repository again? Thank you.

@abryzak
Copy link
Author

abryzak commented Jun 10, 2014

Looks like that fixed it, thanks!

@abryzak abryzak closed this as completed Jun 10, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug resolved maybe
Projects
None yet
Development

No branches or pull requests

2 participants