Fix bar char bar title
This commit is contained in:
parent
1245d81ad8
commit
bf58ba4a1c
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue