mistercrunch commented on code in PR #34296:
URL: https://github.com/apache/superset/pull/34296#discussion_r2240691972


##########
superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:
##########
@@ -41,6 +41,53 @@ import {
 import { checkColumnType } from '../utils/checkColumnType';
 import { isSortable } from '../utils/isSortable';
 
+// Aggregation choices with computation methods for plugins and controls
+export const aggregationChoices = {
+  raw: {
+    label: 'Force server-side aggregation',

Review Comment:
   also updated the control description:
   'Method to compute the displayed value. "Overall value" calculates a single 
metric across the entire filtered time period, ideal for non-additive metrics 
like ratios, averages, or distinct counts. Other methods operate over the time 
series data points.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to