Skip to content
代码片段 群组 项目
提交 50c89d47 编辑于 作者: Phillip Wells's avatar Phillip Wells
浏览文件

Merge branch '422543-tutorial-example-fix' into 'master'

Fix indentation in tutorial code example

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/129746



Merged-by: default avatarPhillip Wells <pwells@gitlab.com>
Approved-by: default avatarPhillip Wells <pwells@gitlab.com>
Co-authored-by: default avatarLorena Ciutacu <lciutacu@gitlab.com>
No related branches found
No related tags found
无相关合并请求
......@@ -131,20 +131,20 @@ To create an Insights report, in the `My website` project:
```yaml
bugsCharts:
title: "Charts for bugs"
charts:
- title: "Monthly bugs created"
description: "Open bugs created per month"
type: bar
query:
data_source: issuables
params:
issuable_type: issue
issuable_state: opened
filter_labels:
- bug
group_by: month
period_limit: 12
title: "Charts for bugs"
charts:
- title: "Monthly bugs created"
description: "Open bugs created per month"
type: bar
query:
data_source: issuables
params:
issuable_type: issue
issuable_state: opened
filter_labels:
- bug
group_by: month
period_limit: 12
```
1. Select **Commit changes**.
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册