Is that any filtering for chart? For example, I retrieve this year records, and I need to allow user to select year from a dropdown list, so that user can view other year records.
Chart itself doesn’t provide filtering options but you can implement the same using JavaScript and update the chart’s data based on the user’s selection.