LevisNgigi commented on code in PR #32767:
URL: https://github.com/apache/superset/pull/32767#discussion_r2010651236


##########
superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/buildQuery.ts:
##########
@@ -47,5 +48,19 @@ export default function buildQuery(formData: QueryFormData) {
         flattenOperator(formData, baseQueryObject),
       ],
     },
+
+    {

Review Comment:
   The block is necessary because of how it affects the trendline 
visualization. When I tried moving it into the list above (before/after 
flattenOperator), the trendline disappeared from the chart after aggregation 
occured and only returned the big number.



-- 
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