-
Configuring API rate limits
How to restrict if there are too many API requests hitting the service
-
Charts need to be filtered based on each record from a view
Currently, we have charts that filter based on the list view. However, we are looking to implement charts that filter dynamically based on each record in the list. For example, when we click on a specific record in the list, it should navigate to a page displaying a chart specifically for that record.
At the moment, this functionality is not working as intended. Instead of showing data for the selected record, the chart displays all data associated with the list view.