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

areaBetween draws incorrectly when used in multiple targets #40

Closed
mleinartas-iseatz opened this issue Aug 10, 2012 · 1 comment
Closed
Labels

Comments

@mleinartas-iseatz
Copy link

areaBetween() draws the two series passed to it as stacked lines with the bottom line set to invisible. Since there are actually 2 sets of stacked lines it ends up stacking 4 lines (with two of them being invisible) - the result is that the area drawn is between the outer band's lower and the inner band's lower, and between the inner band's upper and the outer band's lower. This also affects holtWintersConfidenceArea() as it uses areaBetween

multipleAreaBetweens

@obfuscurity
Copy link
Member

The areaBetween function is rather primitive and naive about the format it will accept series. Going to close this issue and track fixing the "robustness" of this function in #381.

Plus, it looks like @mleinartas-iseatz is probably @mleinart's old user account from iSeatz. 😄

fessyfoo pushed a commit to opentable/graphite-web that referenced this issue Nov 13, 2014
Refactor cache to not require locks
Add different write ordering behaviors
Use token buckets for write rate limiting
Add FORWARD_ALL parameter to aggregator
Refactor hashing for clarity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants