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
yarnin the project directory, which will install all the dependencies - Run
yarn testwhich will lint, test, and compile thetablesorterandtablesorter-powerbipackages.- Compiling
tablesorter-powerbiwill also create a.pbivizfile in thepackages/tablesorter-powerbi/distdirectory, which can be imported directly in Power BI
- Compiling
