summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorJose Ivan Vargas <jvargas@gitlab.com>2019-07-24 03:18:57 +0000
committerClement Ho <408677-ClemMakesApps@users.noreply.gitlab.com>2019-07-24 03:18:57 +0000
commit378c507cbcd4acec60fc5dadea499e6b16caa801 (patch)
treec5c4e7088f551e0ffb4a74dc7a4c2341f0ede4a0 /changelogs
parent974bb23f8f3c2f222e9009d8ad62ab3c20fad0d1 (diff)
downloadgitlab-ce-378c507cbcd4acec60fc5dadea499e6b16caa801.tar.gz
Add empty chart component
This merge request adds an empty chart component which will load in case of queries not having data to display, this will override the current logic, which hides all the graphs that have no data to show
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/jivanvl-add-chart-empty-state.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/jivanvl-add-chart-empty-state.yml b/changelogs/unreleased/jivanvl-add-chart-empty-state.yml
new file mode 100644
index 00000000000..7b81ee82582
--- /dev/null
+++ b/changelogs/unreleased/jivanvl-add-chart-empty-state.yml
@@ -0,0 +1,5 @@
+---
+title: Add empty chart component
+merge_request: 30682
+author:
+type: fixed