Skip to content

Commit 7d033e4

Browse files
authored
Fixes to elements (#117)
1 parent acfe1d8 commit 7d033e4

File tree

5 files changed

+11
-17
lines changed

5 files changed

+11
-17
lines changed

dashboard-elements/create.mdx

+3-9
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,9 @@ tags:
99
To create new dashboard elements:
1010

1111
1. [Create a dashboard](/dashboards/create) or open an existing dashboard.
12-
1. Click <img src="/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 <img src="/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:
2115
- 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).
2216
- 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).
2317
1. Optional: [Configure chart options](/dashboard-elements/configure).

dashboard-elements/monitor-list.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ The monitor list dashboard element provides a visual overview of the monitors yo
1616

1717
## Create monitor list
1818

19-
1. Go to the Dashboards tab and open the dashboard where you want to add the monitor list.
20-
1. Click <img src="/doc-assets/icons/plus.svg" className="inline-icon" alt="Add chart" /> **Add chart** in the top right corner.
19+
1. Go to the Dashboards tab and open the dashboard to which you want to add the monitor list.
20+
1. Click <img src="/doc-assets/icons/plus.svg" className="inline-icon" alt="Add element" /> **Add element** in the top right corner.
2121
1. Click **Monitor list** from the list.
2222
1. In **Columns**, select the type of information you want to display for each monitor:
2323
- **Status** displays if the monitor state is normal, triggered, or disabled.

dashboard-elements/note.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ The note dashboard element adds a textbox to your dashboard that you can customi
1414

1515
## Create note
1616

17-
1. Go to the Dashboards tab and open the dashboard where you want to add the note.
18-
1. Click <img src="/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 <img src="/doc-assets/icons/plus.svg" className="inline-icon" alt="Add element" /> **Add element** in the top right corner.
1919
1. Click **Note** from the list.
2020
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.
2121
1. Click **Save**.

query-data/filters.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Filters are visually displayed in your dashboard in a filter bar that you can cr
3535

3636
## Create search filters
3737

38-
1. In the empty dashboard, click <img src="/doc-assets/icons/plus.svg" className="inline-icon" alt="Add Chart" /> **Add chart**.
38+
1. In the empty dashboard, click <img src="/doc-assets/icons/plus.svg" className="inline-icon" alt="Add element" /> **Add element**.
3939
1. In **Chart type**, select **Smart filter bar**.
4040
1. In **Filter type**, select **Search**.
4141
1. In **Filter name**, enter the placeholder text you want to display in your search filter.
@@ -45,7 +45,7 @@ Try out this filter in the [HTTP logs dashboard of the Axiom Playground](https:/
4545

4646
## Create select filters
4747

48-
1. In the empty dashboard, click <img src="/doc-assets/icons/plus.svg" className="inline-icon" alt="Add Chart" /> **Add chart**.
48+
1. In the empty dashboard, click <img src="/doc-assets/icons/plus.svg" className="inline-icon" alt="Add element" /> **Add element**.
4949
1. In **Chart type**, select **Smart filter bar**.
5050
1. In **Filter type**, select **Select**.
5151
1. In **Filter name**, enter the text you want to display above the select filter.

snippets/create-dashboard-element.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Create {elementName}
22

3-
1. Go to the Dashboards tab and open the dashboard where you want to add the {elementName}.
4-
1. Click <img src="/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 <img src="/doc-assets/icons/plus.svg" className="inline-icon" alt="Add element" /> **Add element** in the top right corner.
55
1. Click **{elementButtonLabel}** from the list.
66
1. Choose one of the following:
77
- 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

Comments
 (0)