Put a space after the suffix

This commit is contained in:
James Brooks
2015-08-06 13:59:15 +01:00
parent 701f947c33
commit bba4cf8cce

View File

@@ -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,