Files
superset2/superset-frontend/plugins/plugin-chart-ag-grid-table/test/buildQuery.test.ts
amaannawab923 cbcf75514f fix(plugin-chart-ag-grid-table): show correct percent-metric value in summary row (#104600)
The summary (totals) query was built with post_processing: [], which dropped
the 'contribution' operation that renames percent-metric columns from
`metric` to `%metric`. The totals query then returned `metric` while the grid
read `%metric`, so the summary row showed 0.000%.

Preserve the contribution (rename) operation in the totals query while still
dropping the time-comparison operator and orderby. Add a regression test.
2026-06-24 17:14:06 +05:30

38 KiB