Chartjs-Update angular-chart.js on filtered list 3 October 2023 by thecoderscamp.com 0👍 You have to add listener: $scope.$watch('searchText',function(newValue,oldValue){ //Some actions }) Chartjs-Display chart data based on API call Source:stackexchange.com