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: dashboard-elements/create.mdx
+3-9
Original file line number
Diff line number
Diff line change
@@ -9,15 +9,9 @@ tags:
9
9
To create new dashboard elements:
10
10
11
11
1.[Create a dashboard](/dashboards/create) or open an existing dashboard.
12
-
1. Click <imgsrc="/doc-assets/icons/plus.svg"className="inline-icon"alt="Add chart" /> **Add chart** in the top right corner.
13
-
1. Choose the dashboard element from the list. For more information on each dashboard element, choose one of the following:
14
-
-[Filter bar](/query-data/filters)
15
-
-[Log stream](/dashboard-elements/log-stream)
16
-
-[Scatter plot](/dashboard-elements/scatter-plot)
17
-
-[Statistic](/dashboard-elements/statistic)
18
-
-[Table](/dashboard-elements/table)
19
-
-[Time series](/dashboard-elements/time-series)
20
-
1. Choose one of the following:
12
+
1. Click <imgsrc="/doc-assets/icons/plus.svg"className="inline-icon"alt="Add element" /> **Add element** in the top right corner.
13
+
1. Choose the dashboard element from the list.
14
+
1. For charts, select one of the following:
21
15
- Click **Simple Query Builder** to create your chart using a visual query builder. Create a chart in the same way you create a chart in the [Datasets tab](/query-data/datasets).
22
16
- Click **Advanced Query Language** to create your chart using the Axiom Processing Language (APL). Create a chart in the same way you create a chart in the APL query builder of the [Explore tab](/query-data/explore#create-a-query-using-apl).
Copy file name to clipboardExpand all lines: dashboard-elements/note.mdx
+2-2
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,8 @@ The note dashboard element adds a textbox to your dashboard that you can customi
14
14
15
15
## Create note
16
16
17
-
1. Go to the Dashboards tab and open the dashboard where you want to add the note.
18
-
1. Click <imgsrc="/doc-assets/icons/plus.svg"className="inline-icon"alt="Add chart" /> **Add chart** in the top right corner.
17
+
1. Go to the Dashboards tab and open the dashboard to which you want to add the note.
18
+
1. Click <imgsrc="/doc-assets/icons/plus.svg"className="inline-icon"alt="Add element" /> **Add element** in the top right corner.
19
19
1. Click **Note** from the list.
20
20
1. Enter your text on the left in [GitHub Flavored Markdown](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax) format. You see the preview of the note dashboard element on the right.
Copy file name to clipboardExpand all lines: snippets/create-dashboard-element.mdx
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
## Create {elementName}
2
2
3
-
1. Go to the Dashboards tab and open the dashboard where you want to add the {elementName}.
4
-
1. Click <imgsrc="/doc-assets/icons/plus.svg"className="inline-icon"alt="Add chart" /> **Add chart** in the top right corner.
3
+
1. Go to the Dashboards tab and open the dashboard to which you want to add the {elementName}.
4
+
1. Click <imgsrc="/doc-assets/icons/plus.svg"className="inline-icon"alt="Add element" /> **Add element** in the top right corner.
5
5
1. Click **{elementButtonLabel}** from the list.
6
6
1. Choose one of the following:
7
7
- Click **Simple Query Builder** to create your chart using a visual query builder. Create a chart in the same way you create a chart in the [Datasets tab](/query-data/datasets).
0 commit comments