From f4b0fbf94754c206581b0ef5ae6e3a3983bb7ad9 Mon Sep 17 00:00:00 2001 From: Nar Saynorath Date: Tue, 12 Nov 2024 15:09:13 -0500 Subject: [PATCH 1/2] fix(dashboards): Update overlay to data series --- docs/product/dashboards/widget-builder/index.mdx | 2 +- docs/product/dashboards/widget-library/index.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/product/dashboards/widget-builder/index.mdx b/docs/product/dashboards/widget-builder/index.mdx index 3671076753577..9d6e556594bc8 100644 --- a/docs/product/dashboards/widget-builder/index.mdx +++ b/docs/product/dashboards/widget-builder/index.mdx @@ -36,7 +36,7 @@ Each chart type allows you to solve different problems: - Area charts are ideal for showing results that are cumulative or where you want to show a breakdown. An example would be “count of errors for each major browser”. - Bar charts will group results by day, making them good for daily roll-ups or as “big picture” summaries. An example would be “count of errors per day”. -- Line charts are a general-purpose visualization. Make sure the Y-Axis units match if you add multiple overlays. Mixing count with duration will not yield useful results. +- Line charts are a general-purpose visualization. Make sure the Y-Axis units match if you add multiple data series. Mixing count with duration will not yield useful results. ### Table diff --git a/docs/product/dashboards/widget-library/index.mdx b/docs/product/dashboards/widget-library/index.mdx index dc9d508dfc9e0..fea59b5975bbb 100644 --- a/docs/product/dashboards/widget-library/index.mdx +++ b/docs/product/dashboards/widget-library/index.mdx @@ -10,7 +10,7 @@ The widget library contains a collection of prebuilt widgets you can add to your The library includes the following widgets: -- **Duration Distribution**: A multi-overlay chart visualizing the distribution of transaction duration across various percentiles (p50, p75, and p95) +- **Duration Distribution**: A multi-data series chart visualizing the distribution of transaction duration across various percentiles (p50, p75, and p95) - **High Throughput Transactions**: The top five transactions with the largest number of events, represented in an area chart - **LCP by Country**: Table showing the p75 of page load times for each country - **Miserable Users**: The total number of unique users who have experienced slow transactions (transaction duration greater than 1200ms) From 7300ba0ff15910b0ea86869c806db763f4263f5e Mon Sep 17 00:00:00 2001 From: Nar Saynorath Date: Tue, 12 Nov 2024 15:12:29 -0500 Subject: [PATCH 2/2] Fix wording --- docs/product/dashboards/widget-library/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/product/dashboards/widget-library/index.mdx b/docs/product/dashboards/widget-library/index.mdx index fea59b5975bbb..bed5a37f59a47 100644 --- a/docs/product/dashboards/widget-library/index.mdx +++ b/docs/product/dashboards/widget-library/index.mdx @@ -10,7 +10,7 @@ The widget library contains a collection of prebuilt widgets you can add to your The library includes the following widgets: -- **Duration Distribution**: A multi-data series chart visualizing the distribution of transaction duration across various percentiles (p50, p75, and p95) +- **Duration Distribution**: A multiple data series chart visualizing the distribution of transaction duration across various percentiles (p50, p75, and p95) - **High Throughput Transactions**: The top five transactions with the largest number of events, represented in an area chart - **LCP by Country**: Table showing the p75 of page load times for each country - **Miserable Users**: The total number of unique users who have experienced slow transactions (transaction duration greater than 1200ms)