You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an axios response in the parent component. I can see it via Vue Dev Tools. No problems there. But, the chart child component show Array[0] . Any strings that are passed through the chart props (borderColor etc) DOES go to the chart child. If I hard code data array values, they DO show up.
What am I missing?
The text was updated successfully, but these errors were encountered:
jakeYeager
changed the title
Array not passing into chart prop
Data array not passing into chart prop
Dec 1, 2017
I have an axios response in the parent component. I can see it via Vue Dev Tools. No problems there. But, the chart child component show
Array[0]
. Any strings that are passed through the chart props (borderColor etc) DOES go to the chart child. If I hard codedata
array values, they DO show up.What am I missing?
The text was updated successfully, but these errors were encountered: