diff --git a/templates/partials/sparkline.html b/templates/partials/sparkline.html
index 45053ec..bb2ac75 100644
--- a/templates/partials/sparkline.html
+++ b/templates/partials/sparkline.html
@@ -55,6 +55,7 @@
{% endfor %}
+
{% for pos, message in plot_labels %}
{% set x = (pos * vb_width) - (stroke_width/2) + margin %}
{% set y = 0 %}
@@ -66,9 +67,9 @@
width="{{ width | int }}"
height="{{ height | int }}"
class="plot_point"
- data-message="{{ message }}"
- fill-opacity="0%">
+ data-message="{{ message }}">
{% endfor %}
+
{% for pos in relative_positions %}
{% endfor %}