You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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. ifyaxis.range=[0,20]
and the outlier is 20'000'000, only markers are shown. Ifyaxis.range=[0,20]
and the outlier is 2'000'000'000, all traces are gone.Expected behaviour would be:
markers+lines
has been configuredThe text was updated successfully, but these errors were encountered: