Fix bar char bar title

This commit is contained in:
Michael Weimann 2022-07-18 19:48:57 +02:00 committed by Igor Scheller
parent 1245d81ad8
commit bf58ba4a1c
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
{% for bar in group.bars %}
<div
class="barchart-bar"
title="bar.title"
title="{{ bar.title }}"
style="height: {{ bar.height }}; background-color: {{ bar.bg }};"
></div>
{% endfor %}