pat310 / quick-pivot

Quickly format data to create a pivot table
https://www.npmjs.com/package/quick-pivot
MIT License
64 stars 21 forks source link

changes aggregated text to total #72

Closed turnerniles closed 6 years ago

turnerniles commented 6 years ago

addresses #69. I see text such as, 'Totals', 'Grand Total' in other projects. This PR change the row and column header text to 'Totals'. What do you think @pat310?

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 98.881% when pulling 518701226e7ad3dbcc720c4e5ed4c70b09575269 on change-aggregated-text-to-total into 5c82c66ba99b08375289f8c287e0a1c7c714fbca on master.

pat310 commented 6 years ago

@turnerniles ☝️

turnerniles commented 6 years ago

@pat310 Updated the README, removed console.log and increased package version patch number. 'Aggregated' or 'aggregated' in both places could also work.