J-T-McC/vue3-chartjs

Multiple chartRefs did not work

Opened this issue · 0 comments

I was trying to switch between four charts using v-if. Initially, I declared four charts in a div, and assign each of them a unique ref, but somehow only one of them worked.

Any suggestions? Thanks