for me also needed to remove x-axis and y-axis labels. for that use:
options: { scales: { x: { display: false, // Hide x-axis label }, y: { display: false, // Hide y-axis label } }}
for me also needed to remove x-axis and y-axis labels. for that use:
options: { scales: { x: { display: false, // Hide x-axis label }, y: { display: false, // Hide y-axis label } }}