3
5 Comments

Data visualization tools for VueJS

Hey folks!

Which libraries for data visualization in VueJS apps do you use and why? Are these free or paid?

Let's discuss it!

on December 26, 2019
  1. 2

    I use D3.js because I need real flexibility in my project. Otherwise I'd use some wrapper over D3.js.

  2. 2

    I use ChartJS for my VueJS app.

  3. 2

    Like C3, NVD3 is based on D3 and not restricted to VueJS.

  4. 2

    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.

  5. 1

    Thank you all for your answers!