/data-vuesualization

Code for the tech talk on Data Visualization in Vue

Primary LanguageVue

data-vuesualization

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:

Video Walkthrough

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.