[Chartjs]-ChartJS label on each side of the chart 5 October 2023 by thecoderscamp.com 2👍 Inside of the options object, add two xAxes scales: scales: { xAxes: [{ display: true, position: 'top' },{ display: true, position: 'bottom' }] } There are a lot of examples on the website and github [Chartjs]-Create PDF with mpdf and chart.js [Chartjs]-Always display ChartJS custom tooltips Source:stackexchange.com