Skip to content

Commit

Permalink
Update extensions/resource-metrics/resource-metrics-extention/ui/src/…
Browse files Browse the repository at this point in the history
…Metrics/Chart/AnomalyChart.tsx


I can amke the change

Co-authored-by: AS <[email protected]>
  • Loading branch information
schakrad and ashutosh16 authored Oct 23, 2023
1 parent d7a42b8 commit 41fd120
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ export const AnomalyChart = ({
/>
{YAxisMemo}
{TooltipMemo}
{thisChartData?.[0]?.data.length >0 ? !isLabelHovered ? LegendMemo : null : null}
{thisChartData?.[0]?.data.length > 0 && !isLabelHovered && LegendMemo}
<defs>
<linearGradient
// gradientUnits="userSpaceOnUse"
Expand Down

0 comments on commit 41fd120

Please sign in to comment.