Closed Germs31 closed 3 years ago
NVM I solved it. It was the id. each block needed to have its own unique id so i did string interpolation on the Id prop. so it looked something like this
:id=" line-chart-${i}
"
this is for anyone else that got stuck like me :D
Hi! Im not sure if i just cant find the solution or its really an issue but when i am dynamically creating the chart in a v-for all of the charts created tend to float at the top. I thought it was a css position of sorts but cant seem to find what is causing this issue
ideal each chart should be with in the yellow div.