Table Sorter lets you create stacked table columns to explore how different combinations and weightings of numerical column values result in different rank orderings of table records. Column headings show the distribution of column values and support rapid re-sorting of table rows (which may also be filtered by linked visuals). Table Sorter is built on LineUp (http://caleydo.github.io/tools/lineup/)."
This visual is experimental and not actively being developed, only major issues will be addressed.
- Install node.js 6+
- Install yarn
- Run
yarn
in the project directory, which will install all the dependencies - Run
yarn test
which will lint, test, and compile thetablesorter
andtablesorter-powerbi
packages.- Compiling
tablesorter-powerbi
will also create a.pbiviz
file in thepackages/tablesorter-powerbi/dist
directory, which can be imported directly in Power BI
- Compiling