{# Change over time. Two labels -- the ends -- rather than a number on every point, and no grid: the shape is the message, the values are the caption. #}
{% if title %}
{{ title }}
{% endif %} {% if spark is none %}

Not enough history to draw a line.

{% else %}
{{ render_value(spark.first) }} low {{ render_value(spark.low) }} ยท high {{ render_value(spark.high) }} {{ render_value(spark.last) }}
{% endif %}