From a05006df4870e64bd5df1dec6a485d3da8ca237d Mon Sep 17 00:00:00 2001 From: SURAJ <90304648+SURAJ-SHARMA27@users.noreply.github.com> Date: Tue, 16 Apr 2024 17:23:33 +0530 Subject: [PATCH] Update PlotsTab.tsx I missed one simple condition ,now I have added it. This searching functionality will only work for stacked bar graphs. --- src/shared/components/plots/PlotsTab.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/components/plots/PlotsTab.tsx b/src/shared/components/plots/PlotsTab.tsx index 8354352de68..dac31c4b9c4 100644 --- a/src/shared/components/plots/PlotsTab.tsx +++ b/src/shared/components/plots/PlotsTab.tsx @@ -4464,7 +4464,7 @@ export default class PlotsTab extends React.Component { )} - {this.isStacked && ( + {this.isStacked && (this.plotType.result==3) && (