dominic-lcw commented on code in PR #47890:
URL: https://github.com/apache/airflow/pull/47890#discussion_r2007793350
##########
airflow-core/src/airflow/ui/src/layouts/Details/Graph/Graph.tsx:
##########
@@ -212,8 +213,10 @@ export const Graph = () => {
}
nodeStrokeWidth={15}
pannable
+ style={{ height: 150, width: 200 }}
Review Comment:
Just in case they change the default height and width in their source code
[MiniMap.tsx#L16](https://github.com/xyflow/xyflow/blob/main/packages/react/src/additional-components/MiniMap/MiniMap.tsx#L16),
because in the download button i used transformY
or should I just remove this line.
--
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]