amaannawab923 commented on code in PR #35683:
URL: https://github.com/apache/superset/pull/35683#discussion_r2673241428


##########
superset-frontend/plugins/plugin-chart-ag-grid-table/src/renderers/NumericCellRenderer.tsx:
##########
@@ -53,8 +53,6 @@ const Bar = styled.div<{
   z-index: 1;
 `;
 
-type ValueRange = [number, number];

Review Comment:
   This is a type safety improvement that:
   
   1. Removed the duplicate local ValueRange type definition (now imported from 
'../types' for consistency)
   2. Replaced any types with proper TypeScript types:
      valueRange: any → valueRange: ValueRange



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