Closed
Description
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:
- http://codepen.io/czellweg/pen/rmJvzW (OK)
- http://codepen.io/czellweg/pen/pPaVWj (trace with outlier shown only as markers, no more lines)
- http://codepen.io/czellweg/pen/MmQGEy (all traces gone)
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