Use label_quantity instead of label_total for chart table values

This commit is contained in:
Alexander Meindl 2023-08-01 13:14:58 +02:00
parent df8dd2110e
commit 475e277f37

View File

@ -3,7 +3,7 @@ table.list.issue-report.table-of-values
thead
tr
th = @chart[:label]
th = l :label_total
th = l :label_quantity
tbody
- options = { set_filter: 1 }
- @chart[:filters].each do |line|