-
Notifications
You must be signed in to change notification settings - Fork 11
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
Enable the average report to display more than one average #309
Comments
We have to take care of the properties in a meaningful way, here is the PO suggestion. BaseWe have now two types of averages. The one that is in every chart and the averages on the average charts. Common Average in ChartsAverage ChartCurrently, the moving average for all charts is set like that:
New PropertiesWe have to distinguish between the common average and the average chart. The new averages support the following line and data types: percentage, time window (values in the past time window from this current value), and count (last X values) Common Average
Averages ChartWe will use an index for the charts and this is 1 to 10. Might not make sense to have that many, but if one wants to do that, fine, some limit has to be here, so let's set 10.
DefaultsWe deliver the following presets. This might change quickly and often depending on the outcome when we see in used in projects or as part of the testing of XLT 7
Display in Chart LegendThe legend of a chart should say:
CompatibilityThe old property ( |
To enable more control over the averages displayed, we want to have the ability to configure different moving averages and display them in the same chart, such as:
The 5 here is of course just an example. Besides that different type, you should be able to have more than one of the average displayed, such as last 5 min and last 1 min for instance.
The text was updated successfully, but these errors were encountered: