From 271fd802a99b6e14ea2d75c2d8d64facf4764b85 Mon Sep 17 00:00:00 2001 From: Arianna Laudazzi Date: Thu, 4 Sep 2025 09:36:45 +0200 Subject: [PATCH 1/3] Align text with the current UI --- .../create-dashboard-of-panels-with-ecommerce-data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/explore-analyze/dashboards/create-dashboard-of-panels-with-ecommerce-data.md b/explore-analyze/dashboards/create-dashboard-of-panels-with-ecommerce-data.md index a0ad112d5c..aab1139944 100644 --- a/explore-analyze/dashboards/create-dashboard-of-panels-with-ecommerce-data.md +++ b/explore-analyze/dashboards/create-dashboard-of-panels-with-ecommerce-data.md @@ -160,7 +160,7 @@ Add a layer to display the customer traffic: ::: 4. From the **Available fields** list, drag **order_date** to the **Horizontal Axis** field in the second layer. -5. To change the position of the legend, open the **Legend** menu, then select the **Alignment** arrow that points up. +5. To change the position of the legend, open the **Legend** menu, then select the **Position** arrow that points up. :::{image} /explore-analyze/images/kibana-lens_mixedXYChart_7.16.png :alt: Layer visualization type menu From fa7817c9fbc79206df76cf7e6d318bf27890f3ab Mon Sep 17 00:00:00 2001 From: Arianna Laudazzi Date: Fri, 5 Sep 2025 05:54:14 +0200 Subject: [PATCH 2/3] More fixes --- .../create-dashboard-of-panels-with-ecommerce-data.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/explore-analyze/dashboards/create-dashboard-of-panels-with-ecommerce-data.md b/explore-analyze/dashboards/create-dashboard-of-panels-with-ecommerce-data.md index aab1139944..16f869ad8f 100644 --- a/explore-analyze/dashboards/create-dashboard-of-panels-with-ecommerce-data.md +++ b/explore-analyze/dashboards/create-dashboard-of-panels-with-ecommerce-data.md @@ -178,7 +178,7 @@ To view change over time as a percentage, create an **Area percentage** chart th 1. On the dashboard, click **Create visualization**. 2. From the **Available fields** list, drag **Records** to the workspace. -3. Open the **Visualization type** dropdown, then select **Area percentage**. +3. Open the **Visualization type** dropdown, then select **Area**. For each order category, create a filter: @@ -200,7 +200,7 @@ For each order category, create a filter: * **Label** — `Accessories` 6. Click **Close**. -7. Open the **Legend** menu, then select the **Alignment** arrow that points up. +7. Open the **Legend** menu, then select the **Position** arrow that points up. :::{image} /explore-analyze/images/kibana-lens_areaPercentageNumberOfOrdersByCategory_8.3.png :alt: Prices share by category From 843420db34e72a4eb31ed1418f5d70c75ded5c61 Mon Sep 17 00:00:00 2001 From: Arianna Laudazzi Date: Fri, 5 Sep 2025 06:04:38 +0200 Subject: [PATCH 3/3] More fixes --- .../create-dashboard-of-panels-with-ecommerce-data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/explore-analyze/dashboards/create-dashboard-of-panels-with-ecommerce-data.md b/explore-analyze/dashboards/create-dashboard-of-panels-with-ecommerce-data.md index 16f869ad8f..c207a4bcb0 100644 --- a/explore-analyze/dashboards/create-dashboard-of-panels-with-ecommerce-data.md +++ b/explore-analyze/dashboards/create-dashboard-of-panels-with-ecommerce-data.md @@ -236,7 +236,7 @@ Filter the results to display the data for only Saturday and Sunday: The [KQL filter](../query-filter/languages/kql.md) displays all documents where `day_of_week` matches `Saturday` or `Sunday`. 4. Click **Close**. -5. Open the **Legend** menu, then click **Hide** next to **Display**. +5. Open the **Legend** menu, then click **Hide** next to **Visibility**. :::{image} /explore-analyze/images/kibana-lens_areaChartCumulativeNumberOfSalesOnWeekend_7.16.png :alt: Area chart with cumulative sum of orders made on the weekend