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

When using a bar chart and the hide option - the graph doesn't draw data correctly. #2158

Open
sarveshbathija opened this issue Aug 31, 2017 · 2 comments
Labels
C-bug Category: This is a bug

Comments

@sarveshbathija
Copy link

sarveshbathija commented Aug 31, 2017

http://jsfiddle.net/Lbej86Lf/

When hiding 2 of 3 series - the graph still tries to draw the other series with the one you specify. Works fine for line graphs.

Introduced in ver 0.4.15.

@ataft
Copy link

ataft commented Nov 22, 2017

I'm on 0.4.18 and just came across this issue as well. Here's another fiddle that shows the issue:
http://jsfiddle.net/z5uxz09a/

In the fiddle, you can see that "data2" is showing(over "data1") in the chart, but correctly hidden on the legend. If you click "data2" in the legend to show, then click again to hide, it shows properly.

@bcouetil
Copy link

bcouetil commented Mar 6, 2019

Hello,

Thank you for the great work.

I just came across the problem. In the official sample, just add hide: true in data block, and you will see how messed up it is 😄

Any chance of having this corrected soon ? thanks.

@kt3k kt3k added the C-bug Category: This is a bug label Mar 7, 2019
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
Projects
None yet
Development

No branches or pull requests

4 participants