New data aggregation feature in the Advanced Chart widget

Hi everyone!

We're excited to announce a new feature that was recently released for the Advanced Chart widget. The widget now includes support for configuring the data aggregation method.

But what does it mean?

The chart widgets come with a smart implicit feature known as data aggregation. To prevent the chart from becoming too messy with an excess of data points, there is a fixed limit of data points per chart:

  • If the number of data points to show is lower than the maximum number of data points, there is no aggregation.
  • If the number of data points to show is bigger than the maximum number of data points, data is aggregated.

Before this update, there was only an implicit aggregation method, which was the average.

With this new Advanced Chart widget feature, you can now choose the aggregation method that suits your needs. Options include Average, Max Value, and Min Value:

  • Average: Calculates the average of the data for each aggregation period.
  • Max Value: Uses the maximum value within the aggregation period.
  • Min Value: Uses the minimum value within the aggregation period.

This enhancement is a direct result of the feedback from our community. It's a feature that has long been requested by users, and we're happy to finally deliver it.

Hi, I really like the Advanced Chart widget. Is there a way to clear old data points so the aggregation is not used? I have a chart on my dashboard but the aggregation causes problems when I try to analyze the data and the values do not match the exported cloud data. I am forced to always export to check data but it would be nice to use the dashboard for quick checks. I need to see the real values but I would be fine if I could clear old data to create more space in the data set. I am currently collecting a new data point every 5 minutes.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.