Ashutosh0x commented on code in PR #36896:
URL: https://github.com/apache/superset/pull/36896#discussion_r2676350025


##########
superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/transformProps.ts:
##########
@@ -283,17 +283,17 @@ export default function transformProps(
     ? getNumberFormatter(',.0%')
     : currencyFormat?.symbol
       ? new CurrencyFormatter({
-          d3Format: yAxisFormat,
-          currency: currencyFormat,
-        })
+        d3Format: yAxisFormat,
+        currency: currencyFormat,
+      })

Review Comment:
   @beliaev-maksim  I've reverted all unintentional formatting changes 
(indentation, empty function syntax, etc.) in transformers.ts and 
transformProps.ts as requested. The functional diff is now clean and surgically 
applies the stackGroup logic. 🙂 pls guide me next what i need to do 



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