Skip to content

Commit

Permalink
[frontend] Fix the height of the Observables distribution graph(#8599)
Browse files Browse the repository at this point in the history
  • Loading branch information
CelineSebe authored Oct 16, 2024
1 parent 6e2e8e2 commit 4868390
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,15 +198,15 @@ const IncidentDetails: FunctionComponent<IncidentDetailsProps> = ({
dataSelection={entitiesDataSelection}
parameters={{ title: t_i18n('Entities distribution') }}
variant="inEntity"
height={300}
height={250}
/>
</Grid>
<Grid item xs={6}>
<StixCoreObjectsDonut
dataSelection={observablesDataSelection}
parameters={{ title: t_i18n('Observables distribution') }}
variant="inEntity"
height={300}
height={250}
/>
</Grid>
</Grid>
Expand Down

0 comments on commit 4868390

Please sign in to comment.