Skip to content

Commit 57babdf

Browse files
authored
Add Show events option to Explore (#102)
1 parent 7df73cb commit 57babdf

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

query-data/explore.mdx

+9-3
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,6 @@ To configure the table options, click <img src="/doc-assets/icons/options.svg" c
181181

182182
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 <img src="/doc-assets/icons/options.svg" className="inline-icon" alt="View options icon" />, and then click **Show chart**.
183183

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-
186184
### Query results with visualizations
187185

188186
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
216214

217215
On time series charts, holding the pointer over a specific time shows the same marker on similar charts for easy comparison.
218216

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

Comments
 (0)