Skip to content

Commit d3e0ba8

Browse files
authored
Add heatmap (#128)
1 parent e540ee7 commit d3e0ba8

File tree

5 files changed

+35
-0
lines changed

5 files changed

+35
-0
lines changed

dashboard-elements/heatmap.mdx

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: 'Heatmap'
3+
description: 'This section explains how to create heatmap dashboard elements and add them to your dashboard.'
4+
sidebarTitle: Heatmap
5+
tags:
6+
['axiom documentation', 'documentation', 'axiom', 'dashboards', 'collaboration', 'queries', 'visualizations', 'filters', 'charts', 'simple query builder', 'advanced query builder']
7+
---
8+
9+
import Prerequisites from "/snippets/dashboard-prerequisites.mdx"
10+
import CreateElement from "/snippets/create-dashboard-element.mdx"
11+
12+
Heatmaps represent the distribution of numerical data by grouping values into ranges or buckets. Each bucket reflects a frequency count of data points that fall within its range. Instead of showing individual events or measurements, heatmaps give a clear view of the overall distribution patterns. This allows you to identify performance bottlenecks, outliers, or shifts in behavior. For instance, you can use heatmaps to track response times, latency, or error rates.
13+
14+
<Prerequisites />
15+
16+
<CreateElement elementName="heatmap" elementButtonLabel="Heatmap"/>
17+
18+
## Example with Simple Query Builder
19+
20+
<Frame>
21+
<img src="/doc-assets/shots/heatmap-builder.png" alt="Heatmap example with Simple Query Builder" />
22+
</Frame>
23+
24+
## Example with Advanced Query Language
25+
26+
<Frame>
27+
<img src="/doc-assets/shots/heatmap-apl.png" alt="Heatmap example with Advanced Query Language" />
28+
</Frame>

dashboard-elements/overview.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ Choose one of the following to learn more about a dashboard element:
1616
href="/query-data/filters"
1717
>
1818
</Card>
19+
<Card
20+
title="Heatmap"
21+
icon="grid"
22+
href="/dashboard-elements/heatmap"
23+
>
24+
</Card>
1925
<Card
2026
title="Log stream"
2127
icon="screencast"

doc-assets/shots/heatmap-apl.png

260 KB
Loading

doc-assets/shots/heatmap-builder.png

292 KB
Loading

mint.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@
189189
"dashboard-elements/create",
190190
"dashboard-elements/configure",
191191
"query-data/filters",
192+
"dashboard-elements/heatmap",
192193
"dashboard-elements/log-stream",
193194
"dashboard-elements/monitor-list",
194195
"dashboard-elements/note",

0 commit comments

Comments
 (0)