ramiroaquinoromero commented on code in PR #37501:
URL: https://github.com/apache/superset/pull/37501#discussion_r2805455553
##########
superset-frontend/src/explore/components/ExploreChartPanel/index.tsx:
##########
@@ -244,19 +264,22 @@ const ExploreChartPanel = ({
setShowSplit(isOpen);
}, []);
- const renderChart = useCallback(
+ const renderChart = useMemo(
() => (
<div
css={css`
- min-height: 0;
- flex: 1;
- overflow: auto;
+ min-height: 260px;
+ min-width: 300px;
Review Comment:
It was only to establish a size since we were advised to set one
--
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]