victorgarciaesgi / vue-chart-3

📊 A simple wrapper around Chart.js 3 for Vue 2 & 3
https://vue-chart-3.netlify.app/
MIT License
309 stars 108 forks source link

no data section in chart-instance documentation #88

Closed yaron-shamul closed 2 years ago

yaron-shamul commented 2 years ago

hi, very nice project but I'm having a lot of troubles with the docs in this page you did not mentioned what data to use for running the chart

victorgarciaesgi commented 2 years ago

Hi, that's because this page is not about data but template refs and accessing chartInstance, so data would'nt change a thing here.

There are exemples with data (here Vue 3) on the docs https://vue-chart-3.netlify.app/guide/examples/vue3.html

yaron-shamul commented 2 years ago

I would like to see how to use this package in video, it might be an amazing idea to make some youtube video of how-to-use. btw I saw this example before, I think it's good, but I do prefer using js and not ts so it's another thing I think you can do better with the doc :)

victorgarciaesgi commented 2 years ago

Please look better at the docs. There is 2 full exemples using just js and not TS. https://vue-chart-3.netlify.app/guide/examples/vue2-composition.html https://vue-chart-3.netlify.app/guide/examples/nuxt2.html

yaron-shamul commented 2 years ago

I saw it, it is using vue2, also wanting some more examples. fyi i used this helpful example to create my charts finally.