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: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -200,6 +200,7 @@ Supported query parameters:
200
200
-`xmin`: (number) Set the initial minimum value for the x-axis limits across all metric plots.
201
201
-`xmax`: (number) Set the initial maximum value for the x-axis limits across all metric plots.
202
202
-`smoothing`: (number) Set the initial value of the smoothing slider (0-20, where 0 = no smoothing).
203
+
-`accordion`: (string: "hidden"). When set to "hidden", hides the section header accordions around metric groups. By default, section headers are visible.
Copy file name to clipboardExpand all lines: docs/source/deploy_embed.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,7 @@ You can also filter the dashboard to display only specific projects or metrics u
42
42
*`xmin` (number): Set the initial minimum value for the x-axis limits across all metrics plots.
43
43
*`xmax` (number): Set the initial maximum value for the x-axis limits across all metrics plots.
44
44
*`smoothing` (number): Set the initial value of the smoothing slider (0-20, where 0 = no smoothing).
45
+
*`accordion` (string, `"hidden"`): When set to `"hidden"`, hides the section header accordions around metric groups. By default, section headers are visible.
45
46
46
47
You can customize your `<iframe>` using standard attributes such as `width`, `height`, and `style`. For more details, see [MDN Web Docs: `<iframe>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/iframe). For example:
0 commit comments