diff --git a/templates/partials/sparkline.html b/templates/partials/sparkline.html index c4bf814..5563260 100644 --- a/templates/partials/sparkline.html +++ b/templates/partials/sparkline.html @@ -22,7 +22,7 @@ {% for value, position, message in data_points %} {% set x = (position * vb_width)+margin %} {% set y = (vb_height - value)+margin %} - + {% endfor %} {% endmacro %} @@ -51,7 +51,7 @@ {% for plot in plots %} - + {{ plot_line(plot.points, plot.color) }} {% endfor %}