[Chartjs]-Chartjs + Vue.js โ€“ Cannot read property '_meta' of undefined

2๐Ÿ‘

โœ…

Vue will render the component with the initial chartData (which is a boolean). You should use a v-if or other logic and render Chartjs component when you have the response. For example you can show a loading message/animation while the chartData is false.

Leave a comment