Don't encode the metric name either
This commit is contained in:
@@ -60,7 +60,7 @@
|
|||||||
|
|
||||||
var ctx = document.getElementById("metric-{{ $metric->id }}").getContext("2d");
|
var ctx = document.getElementById("metric-{{ $metric->id }}").getContext("2d");
|
||||||
new Chart(ctx).Line(data, {
|
new Chart(ctx).Line(data, {
|
||||||
tooltipTemplate: "{{ $metric->name }}: <%= value %>{!! $metric->suffix !!}",
|
tooltipTemplate: "{!! $metric->name !!}: <%= value %>{!! $metric->suffix !!}",
|
||||||
scaleShowVerticalLines: true,
|
scaleShowVerticalLines: true,
|
||||||
scaleShowLabels: false,
|
scaleShowLabels: false,
|
||||||
responsive: true,
|
responsive: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user