nishita-09 commented on code in PR #26768:
URL: https://github.com/apache/flink/pull/26768#discussion_r2195796810


##########
flink-runtime-web/web-dashboard/src/app/pages/job/overview/chart/job-overview-drawer-chart.component.ts:
##########
@@ -44,12 +45,13 @@ import { JobLocalService } from '../../job-local.service';
   imports: [NgIf, NzSelectModule, FormsModule, NgForOf, JobChartComponent],
   standalone: true
 })
-export class JobOverviewDrawerChartComponent implements OnInit, OnDestroy {
+export class JobOverviewDrawerChartComponent implements OnInit, OnDestroy, 
AfterViewInit {
   public data = [];
   public listOfMetricName: string[] = [];
   public listOfSelectedMetric: string[] = [];
   public listOfUnselectedMetric: string[] = [];
   public cacheMetricKey: string;
+  public dropdownWidth: number = 200; // Default width

Review Comment:
   @gustavodemorais Restored the default dropdown width to 300



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to