apache/superset

Rename "Subtotal" to "Subvalue" in Pivot Tables

Open

#35,089 建立於 2025年9月10日

在 GitHub 查看
 (9 留言) (0 反應) (2 負責人)TypeScript (17,291 fork)batch import
good first issueviz:charts:pivot

倉庫指標

Star
 (72,837 star)
PR 合併指標
 (平均合併 31天 15小時) (30 天內合併 773 個 PR)

描述

Description

Pivot Table offers the possibility to show aggregated values by group. For example, if I want to show total sum of sales, I can also show the subtotal sales per category, department etc. In this case a total sum is labeled "Total (Sum)", and the subtotals are labeled "Subtotal". This can also be done with other aggregation functions, such as average. In this case the label for the line aggregating the entire table is "Total (Average)" and the label for a subgroup is "Subtotal". Requesting to rename this to "Subvalue (Average)" (with the aggregated function in brackets).

貢獻者指南