Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Rincon <mrincon@gitlab.com>2019-08-21 16:43:01 +0300
committerKushal Pandya <kushalspandya@gmail.com>2019-08-21 16:43:01 +0300
commitf2619e21bebe388182ec282bfec78da2b2625d49 (patch)
tree7f21b96ba94c3f3c204d0095783d090a48a3e446 /changelogs
parent0a4d4c0a58162e695c3202c323d8febe833ef162 (diff)
This commit adds a new time series component
Adds a time series component for line and area charts. Displays new charts in the dashboard. - Use dynamic components for line/area swapping - Add new line charts to dashboard in 2 panels
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/65412-add-support-for-line-charts.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/65412-add-support-for-line-charts.yml b/changelogs/unreleased/65412-add-support-for-line-charts.yml
new file mode 100644
index 00000000000..cb9043596b7
--- /dev/null
+++ b/changelogs/unreleased/65412-add-support-for-line-charts.yml
@@ -0,0 +1,5 @@
+---
+title: Create component to display area and line charts in monitor dashboards
+merge_request: 31639
+author:
+type: added