From ad9baa68afa1aa16605e5a344fc18cb7eeaa4a44 Mon Sep 17 00:00:00 2001 From: Bryce Buchanan <75274611+bryce-b@users.noreply.github.com> Date: Thu, 20 Feb 2025 13:08:13 -0800 Subject: [PATCH] Added minHeight to profiler flamegraphs (#210443) ## Summary Solves https://github.com/elastic/prodfiler/issues/4896 This PR set a minimum height of 400px to flamegraph charts in universal profiling. below shows the flamegraphs at their minimum heights. Screenshot 2025-02-10 at 10 24 02 Screenshot 2025-02-10 at 10 24 22 ### Checklist Check the PR satisfies following conditions. Reviewers should verify this PR satisfies this list as well. - [x] The PR description includes the appropriate Release Notes section, and the correct `release_note:*` label is applied per the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) --- .../plugins/profiling/public/components/flamegraph/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/solutions/observability/plugins/profiling/public/components/flamegraph/index.tsx b/x-pack/solutions/observability/plugins/profiling/public/components/flamegraph/index.tsx index ecb3dd2086a76..3ac2476f037f2 100644 --- a/x-pack/solutions/observability/plugins/profiling/public/components/flamegraph/index.tsx +++ b/x-pack/solutions/observability/plugins/profiling/public/components/flamegraph/index.tsx @@ -137,7 +137,7 @@ export function FlameGraph({ {columnarData.viewModel.label.length > 0 && ( - +