Skip to content

Caleydo/lineup_app

 
 

Repository files navigation

LineUp App

License: MIT CircleCI

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

Screenshot

Supported Browsers

  • Chrome 64+ (best performance)
  • Firefox 57+
  • Edge 16+

Development Environment

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

Authors

  • Samuel Gratzl (@sgratzl)

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 69.9%
  • HTML 13.0%
  • CSS 8.8%
  • JavaScript 8.3%