Skip to content

Commit 3a13157

Browse files
Ionys320jbrooksuk
authored andcommitted
fix(metric): Fix datasets' label (use the suffix instead of name)
1 parent 60d2fdf commit 3a13157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/metrics.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function init() {
2525
type: 'line',
2626
data: {
2727
datasets: [{
28-
label: this.metric.name,
28+
label: this.metric.suffix,
2929
data: this.points[this.period],
3030
fill: false,
3131
borderColor: 'rgb(75, 192, 192)',

0 commit comments

Comments
 (0)