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

Bar chart string data and X + Y stacked #3015

Closed
madmoizo opened this issue Jul 21, 2016 · 2 comments
Closed

Bar chart string data and X + Y stacked #3015

madmoizo opened this issue Jul 21, 2016 · 2 comments

Comments

@madmoizo
Copy link

madmoizo commented Jul 21, 2016

Hi,

There is a consistence issue here!

In Chartjs, "string" data works fine with :

  • xAxis stacked: false + yAxis : stacked: false
  • xAxis stacked: true + yAxis : stacked: false

But only the first dataset works (and tooltips are broken) if :

  • xAxis stacked: true + yAxis : stacked: true

The behavious is different if you have stringified float data :
https://jsfiddle.net/3rpmbwt2/

Or if you have stringified integer data:
https://jsfiddle.net/9q5rjpkt/1/

@etimberg
Copy link
Member

I believe this was fixed in #2926

Updated fiddles using v2.2.0-rc.2
https://jsfiddle.net/vq6514ac/
https://jsfiddle.net/76kep43b/

@madmoizo
Copy link
Author

You are right speedy etimberg!

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

2 participants