We are currently working on a dashboard to display some time series temperature and humidity data. Using a serial chart, we set a time series and set the category to be "temperature," then split the field by name to get multiple series.

However, we are getting the "Data limit exceeded" warning, which would naturally occur if maxPaginationRecords was exceeded. Yet, our data set is nowhere near 50,000 records, but instead closer to 5,500.

I would like to see if anyone knows how to deal with this issue! This is causing a lot of slowdowns and bugs with our data display.
For reference, our table structure is "timestamp," "temp," "rh," "name," "heat_index," "FID"
Thank you!