valor-software / ng2-charts

Beautiful charts for Angular based on Chart.js
http://valor-software.github.io/ng2-charts/
MIT License
2.36k stars 576 forks source link

How can i enable an custom Axes #2003

Open Julian-B90 opened 3 months ago

Julian-B90 commented 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)