Is there a way to use a function (probably needing a forward and reverse transform) to create a custom axis scale in Chart.js?
I'm looking for something similar to what is possible in matplotlib.
I know it is possible to do a logarithmic scaled axis is Chart.js, but what about a Weibull Scaled Axis or a Normal Scaled Axis?
Asked
Active
Viewed 68 times
-1

Matthew Reid
- 332
- 2
- 9
1 Answers
0
Take a look at https://www.chartjs.org/docs/latest/developers/axes.html. This is the official docs for creating a new axis/scale

Eric Last
- 1
- 3