Skip to content

Commit

Permalink
fix: increase correlations graph panel height
Browse files Browse the repository at this point in the history
Signed-off-by: vikhy-aws <191836418+vikhy-aws@users.noreply.github.com>
  • Loading branch information
vikhy-aws committed Jan 30, 2025
1 parent ee78c47 commit 4a28185
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export const CorrelationsTableFlyout: React.FC<CorrelationsTableFlyoutProps> = (
graph={flyoutGraphData.graph}
options={{
...graphRenderOptions,
height: '300px',
height: '400px',
width: '100%',
autoResize: true,
}}
Expand Down

0 comments on commit 4a28185

Please sign in to comment.