Add sum on chart
This commit is contained in:
parent
f6dc54f87d
commit
408e605c7b
3 changed files with 23 additions and 2 deletions
|
@ -59,6 +59,7 @@
|
|||
class="bar tot"
|
||||
style="width:{% widthratio cat.sum cat_lim_m 100 %}%"
|
||||
title="{{ cat.sum }}">
|
||||
{% pmvalue cat.sum %}
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
@ -73,6 +74,7 @@
|
|||
class="bar tot"
|
||||
style="width:{% widthratio cat.sum cat_lim 100 %}%"
|
||||
title="{{ cat.sum }}">
|
||||
{% pmvalue cat.sum %}
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue