Open Julian-B90 opened 3 months ago
I want to create a custom axes from this https://www.chartjs.org/docs/latest/developers/axes.html
But i get this error:
Type '"myScale"' is not assignable to type '"linear" | "logarithmic" | "category" | "time" | "timeseries" | "radialLinear" | undefined'.ts(2322)
I want to create a custom axes from this https://www.chartjs.org/docs/latest/developers/axes.html
But i get this error: