This is the example code for a presentation on data visualization for VueJS done for the VueNYC meetup. The project uses vue-chartjs to make native vue chart components and use those to make charts. It has controls for changing the columns displayed and the chart type.
Here's how it looks in action:
npm install
npm run serve
npm run build
npm run test
npm run lint