Hey folks!
Which libraries for data visualization in VueJS apps do you use and why? Are these free or paid?
Let's discuss it!
I use D3.js because I need real flexibility in my project. Otherwise I'd use some wrapper over D3.js.
I use ChartJS for my VueJS app.
Like C3, NVD3 is based on D3 and not restricted to VueJS.
I've not worked in VueJS but I have used C3/D3 JS and really like it. You might also look at what ChartBrew is using.
Thank you all for your answers!