peaonunes / customizable-parallel-sets

Plug and play Dashboard to load .csv and .json files and visualize the data using Parallel Sets.

Home Page:https://peaonunes.github.io/customizable-parallel-sets/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

customizable-parallel-sets

A plug and play dashboard for visualizing data using the Parallel Sets concept.

The Dashboard features are quite simple since you just need to import an .csv or .json file and the app will handle everything for you. The app will render the Parallel Sets correspondent to the dataset you choosed as well as it will render one sidebar for selecting/deselecting features to be considered on the Parallel Sets visualization.

alt text

The app is very straighforward and simple for you to start exploring any data you want with this cool visualization.

The Parallel Sets used on this project was created by Jason Davies. Under the following license. Copyright (c) 2012, Jason Davies.

Demo

A demo is avaliable here: https://peaonunes.github.io/customizable-parallel-sets/

Just download one of the samples and upload it in the app!

Getting Started

Install the dependencies on the root folder.

$ npm install

Run the command to start the project.

$ npm run start

Access http://localhost:8080/webpack-dev-server/ for hot-reloading. Play around with the dashboard.

Creating production build

The following command will create an optimized build and output the files in /docs folder. After that you will be able take the files and serve them statically.

$ npm run build

Contributing

Share your ideas, report bugs on issues and push your collaboration on pull requests.

License

BSD 3-Clause License, see LICENSE

About

Plug and play Dashboard to load .csv and .json files and visualize the data using Parallel Sets.

https://peaonunes.github.io/customizable-parallel-sets/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 92.1%Language:SCSS 7.9%