Use label_quantity instead of label_total for chart table values
This commit is contained in:
parent
df8dd2110e
commit
475e277f37
@ -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|
|
||||
|
Loading…
Reference in New Issue
Block a user