Skip to content

Commit

Permalink
Bug fix: sum aggregation wasn't shown
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancarter committed Mar 20, 2020
1 parent df4a594 commit 41741fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pivot-table.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
);
} );
</script>
Expand Down

0 comments on commit 41741fa

Please sign in to comment.