You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/product/dashboards/widget-builder/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Each chart type allows you to solve different problems:
36
36
37
37
- 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”.
38
38
- 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.
Copy file name to clipboardExpand all lines: docs/product/dashboards/widget-library/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ The widget library contains a collection of prebuilt widgets you can add to your
10
10
11
11
The library includes the following widgets:
12
12
13
-
-**Duration Distribution**: A multi-overlay chart visualizing the distribution of transaction duration across various percentiles (p50, p75, and p95)
13
+
-**Duration Distribution**: A multi-data series chart visualizing the distribution of transaction duration across various percentiles (p50, p75, and p95)
14
14
-**High Throughput Transactions**: The top five transactions with the largest number of events, represented in an area chart
15
15
-**LCP by Country**: Table showing the p75 of page load times for each country
16
16
-**Miserable Users**: The total number of unique users who have experienced slow transactions (transaction duration greater than 1200ms)
0 commit comments