A ChartJs Plugin For Registering ChartJS Depenendencies
In this lesson, we create a Nuxt.js Plugin for registering all the Chart.js dependencies needed throughout the app. This could also be done with a vanilla Vue.js project via a custom plugin or directly in the main.js file.