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

bars with the same data displaying on top of each other #2

Closed
oomz opened this issue Feb 9, 2018 · 1 comment
Closed

bars with the same data displaying on top of each other #2

oomz opened this issue Feb 9, 2018 · 1 comment

Comments

@oomz
Copy link

oomz commented Feb 9, 2018

When i have like:
chartData = [1, 2, 3,];
the chart displays the 3 bars correctly but when i have:
chartData = [1, 2, 3, 2];
the chart only displays 3 bars because the 4th data is the same with the 2nd, so their x attribute is the same. rendering the 4th bar in the place of the 2nd bar.

@planetoftheweb
Copy link
Owner

I'm not sure which video you're talking about, but it seems to work fine for me.

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