Chart js label callback is asking for type declaration

πŸ‘:0

Chart.js has build in typings so the callbacks already are typed so you don’t need to provide your own typings.

If you really want to type it yourself you need to copy paste the typings from.chart.js you get in your error and use those

Leave a comment