Multifact-PivotTable.js
A JavaScript plugin for PivotTable.js. It renders multiple aggregations simultaneously along with dynamic aggregations based on expressions

Features
- Add multiple aggregations to the same pivottable : AVG(Column A), SUM(Column B)
- Add derived aggregations :
a = AVG(Column A)
b = SUM(Column B)
[c = b/a] as 'Success Score' - Hide an aggregate (in case you want to use the value in derived aggregate but not show it)
- Hide an aggregate from row-totals section
- Enhance rendering of aggregations using heatmap or barchart
- Custom heatmap colors for each aggregation
Examples
- Multiple Aggregations
- Using Derived Aggregations
- Using tooltip on hover
- Minimal theme for pivottable (Coming soon)
Made with by pranjalgoswami