LineUp is an interactive technique designed to create, visualize and explore rankings of items based on a set of heterogeneous attributes. This is a demo application using LineUp.js. Details about the LineUp visualization technique can be found at http://lineup.caleydo.org.
The application is deployed at: https://lineup.js.org/app
Features
- CSV Import
- CSV Export
- JSON Export
- CodePen Export
- Github Gist Export
- Chrome 64+ (best performance)
- Firefox 57+
- Edge 16+
Installation
git clone https://github.com/datavisyn/lineup_app.git
cd lineup_app
npm install
Build distribution packages
npm run build
Run Linting
npm run lint
Serve integrated webserver
npm start
- Samuel Gratzl (@sgratzl)