mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-11 00:39:00 +08:00
Merge pull request #712 from palash-signoz/full-view-graph-legend-fix
bug: full view legend is now fixed
This commit is contained in:
commit
1e6df307a0
@ -168,7 +168,7 @@ const GridCardGraph = ({
|
||||
destroyOnClose
|
||||
>
|
||||
<FullViewContainer>
|
||||
<FullView name={name} widget={widget} />
|
||||
<FullView name={name + 'expanded'} widget={widget} />
|
||||
</FullViewContainer>
|
||||
</Modal>
|
||||
|
||||
|
@ -61,7 +61,7 @@ const GridGraph = (): JSX.Element => {
|
||||
x: (index % 2) * 6,
|
||||
Component: (): JSX.Element => (
|
||||
<Graph
|
||||
name={e.id + index}
|
||||
name={e.id + index + 'non-expanded'}
|
||||
isDeleted={isDeleted}
|
||||
widget={widgets[index]}
|
||||
/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user