[Chartjs]-Chart only prints out first value using jquery ajax php 7 October 2023 by thecoderscamp.com 0👍 I’m going to take a wild guess that the value of male is 27. In which case, looking at the y-axis reveals the problem: What you probably need to do is set beginAtZero: true: options: { scales: { yAxes: [{ ticks: { beginAtZero: true } }] } } [Chartjs]-Can't size doughnut chart from chart.js [Chartjs]-How to add font family to Chart.js V3.7.0 Source:stackexchange.com