diff --git a/web/components/cross-run-trace-analysis.tsx b/web/components/cross-run-trace-analysis.tsx index 0ecedf9..7c2ce21 100644 --- a/web/components/cross-run-trace-analysis.tsx +++ b/web/components/cross-run-trace-analysis.tsx @@ -28,8 +28,8 @@ const Plot = dynamic(() => import("react-plotly.js"), { ssr: false }); const RUN_PAGE_SIZE = 500; const MAX_CATALOG_RUNS = 5_000; -const MAX_SELECTED_PARAMETERS = 6; -const MAX_SELECTED_RUNS = 6; +const MAX_SELECTED_PARAMETERS = 10; +const MAX_SELECTED_RUNS = 10; const RUN_COLORS = [ "#2563eb", "#059669",