advent-of-code-charts
advent-of-code-charts copied to clipboard
Fix sorting key for Total table header
When clicking the --- Total --- header in the Delta-focused stats table, the table doesn't sort by the completion time.
This is because the sorting key provided when creating the Total header has a different sorting key than the Points header does. Changing the key from "total" to "completion" to match the sorting key of the Points header fixes the sorting.