Chartjs-Color the bars using Angular-Chart.js 2 October 2023 by thecoderscamp.com 0👍 Instead of this $scope.data = [ [0, 29, 40, 56, 56, 55, 40] ]; Use this $scope.data = [0, 29, 40, 56, 56, 55, 40] ; This will give you something like this. Chartjs-Chart.js show time in series Chartjs-In Chart.js, how do I hide certain axis labels from a stacked bar chart? Source:stackexchange.com