Skip to content

Commit

Permalink
Remove energy type string from top chart label
Browse files Browse the repository at this point in the history
  • Loading branch information
s-egge committed Jan 15, 2024
1 parent fa13eb9 commit 2fd2f76
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/charts/chartController.vue
Original file line number Diff line number Diff line change
Expand Up @@ -367,9 +367,7 @@ export default {
chart.label =
chart.data[0].x.toDateString() +
' to ' +
chart.data[chart.data.length - 1].x.toDateString() +
', ' +
this.buildLabel('y')
chart.data[chart.data.length - 1].x.toDateString()
}
// find chart with largest dataset
Expand Down

0 comments on commit 2fd2f76

Please sign in to comment.