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

Data points missing in Analytics charts #3652

Closed
matleppa opened this issue Dec 10, 2018 · 1 comment
Closed

Data points missing in Analytics charts #3652

matleppa opened this issue Dec 10, 2018 · 1 comment

Comments

@matleppa
Copy link
Member

matleppa commented Dec 10, 2018

Background

When there is no data in certain period, the analytics charts show the situation different ways in different charts.

Problem

Usually value zero is used and the lines are drawn accordingly, but in case of percentiles, the value points are missing, thus causing the lines to break.

As result there can be either zero values and missing data points in same chart.

Solution

Use in all charts zeroes instead of missing data value points.

@matleppa
Copy link
Member Author

analytics_points_missing.PNG

In chart on left hand side there are zeros used instead of missing data points.
On the right hand side there are value points missing.
Here the reason for the phenomena is, that on the left hand side the data points are initiated with zero values.
The actual values begin only from date on middle of the chart, so the left hand side data points are no revaluated.
On the right hand side the data points are revaluated. However, there are some zero values, which are tried to calculate, but calculation fails because of value zero causing NaN value, which is then interpreted as missing value.

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

1 participant