Hi Losant Team,
I’m working on a dashboard where one of my devices reports attributes every 15 minutes, and I’m attempting to visualize this data over a 180-day period using the Time Series Graph Block. However, I’ve encountered an issue:
“Unable to display graph. Too many points were returned.”
From my understanding, this is caused by the 10,000-point limit per series in the Time Series Graph block. Since our dataset exceeds this limit, and aggregation is not an option for our solution, I have the following questions:
-
Are there any built-in blocks or charting options that support plotting more than 10,000 time series data points per attribute?
-
Is it possible to create a custom chart (e.g., using Custom HTML blocks or Experience Pages) that can fetch and render more than 10,000 points?
-
What strategies do you recommend for visualizing high-volume time series data from devices, especially when preserving raw resolution over long time spans is important?
I’m open to using workflows, Experience Endpoints, or external integrations if necessary. I’d greatly appreciate your recommendations on how best to handle this, both within and outside of the dashboard environment.
Thank you in advance for your assistance!