Is it possible to display text instead of numerical values in the y axis of a line graph with Chart.JS?
Say that we have, for example, the following text-to-value mapping
.
0 = "sedentary"
1 = "under-active"
2 = "active"
....
How can we display the words "sedentary", "under-active", etc instead of the numerical values in the following graph: