Fix bar char bar title
This commit is contained in:
parent
1245d81ad8
commit
bf58ba4a1c
|
@ -11,7 +11,7 @@
|
||||||
{% for bar in group.bars %}
|
{% for bar in group.bars %}
|
||||||
<div
|
<div
|
||||||
class="barchart-bar"
|
class="barchart-bar"
|
||||||
title="bar.title"
|
title="{{ bar.title }}"
|
||||||
style="height: {{ bar.height }}; background-color: {{ bar.bg }};"
|
style="height: {{ bar.height }}; background-color: {{ bar.bg }};"
|
||||||
></div>
|
></div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in New Issue