bito-code-review[bot] commented on PR #40181:
URL: https://github.com/apache/superset/pull/40181#issuecomment-4466095786

   <!-- Bito Reply -->
   The PR comment file contains only 1 row of actual content (header row plus 1 
data row). The suggestion about treemap border/gap constants appears to be the 
only comment in this PR. I'll analyze it and provide a code fix.
   
   **transformProps.ts**
   ```
   207:       // Filtered leaf node style override
   208:       itemStyle: {
   209:         colorAlpha: OpacityEnum.SemiTransparent,
   210:         color: theme.colorText,
   211:         borderColor: theme.colorBgBase,
   212:         borderWidth: 2, // Hardcoded value causing gaps
   213:       },
   ```
   
   **constants.ts**
   ```
   22: export const BORDER_WIDTH = 0;
   23: export const GAP_WIDTH = 0;
   ```


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