prevent axis label rotation in Chart.js

Viewed 19

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

enter image description here

How to avoid the rotation?

0 Answers
Related