Skip to content
This repository was archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
migrate to lineupjs organization
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Dec 22, 2018
1 parent 42e2c6f commit dd3cd2b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LineUp.js as PowerBI Visual
[![License: MIT][mit-image]][mit-url]

LineUp is an interactive technique designed to create, visualize and explore rankings of items based on a set of heterogeneous attributes.
This is a [PowerBI Custom Visual](https://github.com/Microsoft/PowerBI-Visuals) wrapper around the JavaScript library [LineUp.js](https://github.com/datavisyn/lineupjs). Details about the LineUp visualization technique can be found at [http://lineup.caleydo.org](http://lineup.caleydo.org).
This is a [PowerBI Custom Visual](https://github.com/Microsoft/PowerBI-Visuals) wrapper around the JavaScript library [LineUp.js](https://github.com/lineupjs/lineupjs). Details about the LineUp visualization technique can be found at [http://lineup.caleydo.org](http://lineup.caleydo.org).


TODO:
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"version": "1.0.0",
"author": {
"name": "Samuel Gratzl",
"email": "[email protected]"
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/datavisyn/lineup_powerbi/issues"
"url": "https://github.com/lineupjs/lineup_powerbi/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/datavisyn/lineup_powerbi.git"
"url": "https://github.com/lineupjs/lineup_powerbi.git"
},
"homepage": "https://github.com/datavisyn/lineup_powerbi",
"homepage": "https://github.com/lineupjs/lineup_powerbi",
"scripts": {
"start": "pbiviz start"
},
Expand Down
6 changes: 3 additions & 3 deletions pbiviz.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"visualClassName": "LineUpVisual",
"version": "1.0.0",
"description": "LineUp is an interactive technique designed to create, visualize and explore rankings of items based on a set of heterogeneous attributes.",
"supportUrl": "https://github.com/datavisyn/lineup_powerbi/issues",
"gitHubUrl": "https://github.com/datavisyn/lineup_powerbi"
"supportUrl": "https://github.com/lineupjs/lineup_powerbi/issues",
"gitHubUrl": "https://github.com/lineupjs/lineup_powerbi"
},
"apiVersion": "1.10.0",
"author": {
"name": "Samuel Gratzl",
"email": "[email protected]"
"email": "[email protected]"
},
"assets": {
"icon": "assets/icon.png"
Expand Down

0 comments on commit dd3cd2b

Please sign in to comment.