Skip to content

Commit e998027

Browse files
authored
fix(dashboards): Update overlay to data series (#11803)
Moving from the word "overlay" to "data series" in dashboards.
1 parent e303818 commit e998027

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/product/dashboards/widget-builder/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Each chart type allows you to solve different problems:
3636

3737
- 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”.
3838
- 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”.
39-
- 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.
39+
- 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.
4040

4141
### Table
4242

docs/product/dashboards/widget-library/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The widget library contains a collection of prebuilt widgets you can add to your
1010

1111
The library includes the following widgets:
1212

13-
- **Duration Distribution**: A multi-overlay chart visualizing the distribution of transaction duration across various percentiles (p50, p75, and p95)
13+
- **Duration Distribution**: A multiple data series chart visualizing the distribution of transaction duration across various percentiles (p50, p75, and p95)
1414
- **High Throughput Transactions**: The top five transactions with the largest number of events, represented in an area chart
1515
- **LCP by Country**: Table showing the p75 of page load times for each country
1616
- **Miserable Users**: The total number of unique users who have experienced slow transactions (transaction duration greater than 1200ms)

0 commit comments

Comments
 (0)