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: query-data/explore.mdx
+9-3
Original file line number
Diff line number
Diff line change
@@ -181,8 +181,6 @@ To configure the table options, click <img src="/doc-assets/icons/options.svg" c
181
181
182
182
Axiom can also display an event timeline about the distribution of events across the selected time range. In the event timeline, each bar represents the number of events matched within that specific time interval. Holding the pointer over a bar reveals a blue line marking the total events and shows when those events occurred in that particular time range. To display the event timeline, click <imgsrc="/doc-assets/icons/options.svg"className="inline-icon"alt="View options icon" />, and then click **Show chart**.
183
183
184
-
Drag the pointer over the event timeline to focus on the time range. The time range of your query automatically updates to match what you selected.
185
-
186
184
### Query results with visualizations
187
185
188
186
When you run a query with visualizations, Axiom displays all the visualizations that you add to the query. Hold the pointer over charts to get extra detail on each result set.
@@ -216,4 +214,12 @@ To merge the separately displayed charts into a single chart, click <img src="/d
216
214
217
215
On time series charts, holding the pointer over a specific time shows the same marker on similar charts for easy comparison.
218
216
219
-
When you run a query with a time series visualization, you can use the **Compare period** menu to select a historical time against which to compare the results of your time range. For example, to compare the last hour’s average response time to the same time yesterday, select `1 hr` in the time range menu, and then select `-1 day` from the **Compare period** menu. The dotted line represents results from the base date, and the totals table includes the comparative totals.
217
+
When you run a query with a time series visualization, you can use the **Compare period** menu to select a historical time against which to compare the results of your time range. For example, to compare the last hour’s average response time to the same time yesterday, select `1 hr` in the time range menu, and then select `-1 day` from the **Compare period** menu. The dotted line represents results from the base date, and the totals table includes the comparative totals.
218
+
219
+
### Highlight time range
220
+
221
+
In the event timeline, line charts, and heat maps, you can drag the pointer over the chart to highlight a specific time range, and then choose one of the following:
222
+
-**Zoom** enlarges the section of the chart you highlighted.
223
+
-**Show events** displays events in the selected time range in the event details view.
224
+
225
+
The time range of your query automatically updates to match what you selected.
0 commit comments