Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add lineupjs #76

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/thumbnails/lineup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions docs/widgets.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,23 @@ DT is a highly customizable data table library. It wraps the [DataTables plug-in
devtools::install_github("rstudio/DT")
```


---

[![lineup screenshot](thumbnails/lineup.png){.widget-thumbnail}](https://lineup.js.org)

### [LineUp](https://lineup.js.org)

**Author:** [Samuel Gratzl](https://www.sgratzl.com), [Datavisyn](https://www.datavisyn.io) and the [Caleydo Team](http://caleydo.org)

[LineUp](https://lineup.js.org) is an interactive technique designed to create, visualize and explore rankings of items based on a set of heterogeneous attributes.


```r
devtools::install_github("lineupjs/lineup_htmlwidget")
```


---

[![SummaryWidget screenshot](thumbnails/summarywidget.png){.widget-thumbnail}](https://kent37.github.io/summarywidget/)
Expand Down