With
title: {
text: "°C",
display: true,
align: "end",
}
I can add an axis title to a Chart.js plot. By default, it comes out rotated like
How to avoid the rotation?
With
title: {
text: "°C",
display: true,
align: "end",
}
I can add an axis title to a Chart.js plot. By default, it comes out rotated like
How to avoid the rotation?