diff --git a/resources/views/partials/metrics.blade.php b/resources/views/partials/metrics.blade.php index cf72478b..400a800c 100644 --- a/resources/views/partials/metrics.blade.php +++ b/resources/views/partials/metrics.blade.php @@ -60,7 +60,7 @@ var ctx = document.getElementById("metric-{{ $metric->id }}").getContext("2d"); new Chart(ctx).Line(data, { - tooltipTemplate: "{{ $metric->name }}: <%= value %>{{ $metric->suffix }}", + tooltipTemplate: "{{ $metric->name }}: <%= value %>{!! $metric->suffix !!}", scaleShowVerticalLines: true, scaleShowLabels: false, responsive: true,