-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommits_metrics_canvas.yaml
More file actions
51 lines (49 loc) · 1.25 KB
/
commits_metrics_canvas.yaml
File metadata and controls
51 lines (49 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Canvas Dashboard YAML
# Reference documentation: https://docs.rilldata.com/reference/project-files/canvas-dashboards
type: canvas
display_name: Commits Metrics Dashboard
defaults:
time_range: P7D
comparison_mode: time
rows:
- height: 240px
items:
- width: 12
kpi_grid:
comparison:
- percent_change
- delta
- previous
measures:
- total_commits_measure
- total_files_added_measure
- total_files_deleted_measure
- total_files_renamed_measure
metrics_view: commits_metrics
- height: 400px
items:
- width: 6
leaderboard:
dimensions:
- org
measures:
- total_commits_measure
metrics_view: commits_metrics
num_rows: 7
- width: 6
stacked_bar:
color:
field: org
limit: 10
type: nominal
metrics_view: commits_metrics
title: Total Commits Measure over time
x:
field: time
limit: 10
showNull: true
type: temporal
"y":
field: total_commits_measure
type: quantitative
zeroBasedOrigin: true