From 41741fa61e3474e4b714a97078431a80eb88f32b Mon Sep 17 00:00:00 2001 From: Nathan Carter Date: Fri, 20 Mar 2020 12:35:34 -0400 Subject: [PATCH] Bug fix: sum aggregation wasn't shown --- pivot-table.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pivot-table.html b/pivot-table.html index 51c8692..c64d3d5 100644 --- a/pivot-table.html +++ b/pivot-table.html @@ -55,6 +55,8 @@ '93', 6, 4, 5, 4, { w2 : 2 }, '85', 6, 5, 3, 4, { w2 : 2 }, '20', 6, 6, 5, 4, { w2 : 2 }, + '49', -1000, 0, 3, 3, { w2 : 2 }, + '113', -1000, 0, 5, 4, { w2 : 2 }, ); } );