{% load static nice_format insight_chart %}
{{ counter.question }}
{{ gauge.question }}
{{ bucket.desc }}
{% pdf_chart bucket.pk %}{{ bucket.xlabel }} | {{ bucket.ylabel }} |
---|---|
{{ bucket_value.timestamp|date:bucket.xformat|clean_str:"%" }} | {{ bucket_value.xvalue|nice_float }} |
{{ bucket.desc }}
{% pdf_chart bucket.pk %}{{ bucket.xlabel }} | {{ bucket.ylabel }} |
---|---|
{{ bucket_value.category }} | {{ bucket_value.xvalue|nice_float }} |
{{ bucket.desc }}
{% pdf_chart bucket.pk %}{{ bucket.xlabel }} | {{ bucket.ylabel }} |
---|---|
{{ bucket_value.category }} | {{ bucket_value.xvalue|nice_float }} |