Single-page application to load and display data files formmated as csv using frameworks as vuejs, vuex and bulma. A quick way to have your data file into a bars chart. The project aims to create a simple way to display data without using third part libraries for data visualisation.
Take a look at the live demo.
Project is created with:
- Vue
- Vuex
- Bulma
- CSV
To runt this project you need Git, Node.js and npm or yarn.
From your command line:
# Install dependencies
$ npm install
# Run the app
$ npm start
Once the project has been installed, the following scripts to use:
start - runs project locally
$ npm start
lint - analize/formats source code
$ npm lint
build - creates the deployment files ready to publish
$ npm build
Upload your CSV file, launch it and see your data. Create a chart based on your date by choosing two columns ( labels and values). Launch the chart. To create a new chart, just change any of the columns.
If you don't have any CSV file on hand, use the sample file attached to this project.
You can check out the full license here.
This project is licensed under the terms of the MIT license.