Skip to content

Commit

Permalink
update average label to indicate it doesn't include current day
Browse files Browse the repository at this point in the history
  • Loading branch information
chienleng committed Oct 4, 2023
1 parent de4ef56 commit 855ad09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Charts/TimeOfDay/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ export default {
timeDomains.push({
domain: '_average',
id: '_average',
label: 'Average'
label: 'Average (current day excluded)'
})
this.timeDomains = timeDomains
Expand Down

0 comments on commit 855ad09

Please sign in to comment.