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

y-range and extreme outliers: traces vanish progressively #1660

Closed
czellweg opened this issue May 10, 2017 · 3 comments
Closed

y-range and extreme outliers: traces vanish progressively #1660

czellweg opened this issue May 10, 2017 · 3 comments
Labels
bug something broken

Comments

@czellweg
Copy link

When enabling yaxis.range and the data contains extreme outliers, the traces vanish, i.e. they will progressively vanish. See the following codepens that demonstrates this behaviour:

It seems that it depends on the magnitude the outlier is outside the yaxis.range values, e.g. if yaxis.range=[0,20] and the outlier is 20'000'000, only markers are shown. If yaxis.range=[0,20] and the outlier is 2'000'000'000, all traces are gone.

Expected behaviour would be:

  • traces are shown, including markers and lines if markers+lines has been configured
@etpinard
Copy link
Contributor

Thanks very much for this report.

Looks like your pens are working ok using v1.7.0 -> http://codepen.io/etpinard/pen/gWvjBv

I suspect the same issue as in #403 caused by #353 which unfortunately is a little hard to solve as mentioned in #403 (comment)

@etpinard etpinard added the bug something broken label May 10, 2017
@czellweg
Copy link
Author

Ok, good to know. v1.7.0 is a bit far back (March 22, 2016) but I will follow the developments on the mentioned issues. Thanks.

@alexcjohnson
Copy link
Collaborator

closed by #2060

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken
Projects
None yet
Development

No branches or pull requests

3 participants