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

Bug in GenericStacked graphs? #24

Closed
julien51 opened this issue Sep 7, 2013 · 5 comments
Closed

Bug in GenericStacked graphs? #24

julien51 opened this issue Sep 7, 2013 · 5 comments

Comments

@julien51
Copy link

julien51 commented Sep 7, 2013

We are using the GenericStacked graphs to display our stats.
However, I think we found a bug.
Basically, if we have at least one number for each value in the data set, then, we're fine. However, when for one key in the data set, we have no value, then, the previous value is not displayed. These 2 graphs should be clearer:

First graph: everything is fine (ignore the gaps):
graph php

As you can see we have values for each of the series 200,304 and 404.
Now, when we add the 201 to that series, here is what happens:
graph php

AS you can the 201 series shows Nan for its values which is expected since there was no 201 in this time frame... however, the 200 values are gone from the graph!

Any idea why? How can we fix it?

@julien51
Copy link
Author

No one?

@pommi
Copy link
Owner

pommi commented Sep 14, 2013

Thanks Julien, I totally get the problem. My gut feeling says it is an rrdtool problem, but I'll look into it.

@julien51
Copy link
Author

Well, collection3 does not have any problem when showing this graph :/

@julien51
Copy link
Author

julien51 commented Oct 1, 2013

@pommi Let me know if there is anything else I can do to help out!

@pommi
Copy link
Owner

pommi commented Oct 7, 2013

Fixed: fc533de

@pommi pommi closed this as completed Oct 7, 2013
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