You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kibble.apache.org by hu...@apache.org on 2017/10/23 21:11:57 UTC

[kibble] 04/04: add in timeseries, tweak text

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kibble.git

commit d2fc7bc2f98332d68115594f85015694079a2f37
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Mon Oct 23 23:11:46 2017 +0200

    add in timeseries, tweak text
---
 api/yaml/widgets.yaml | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/api/yaml/widgets.yaml b/api/yaml/widgets.yaml
index 0b3fa87..6ca57af 100644
--- a/api/yaml/widgets.yaml
+++ b/api/yaml/widgets.yaml
@@ -660,10 +660,18 @@ widgets:
                             types: ['mail', 'ponymail', 'pipermail', 'hyperkitty']
                         name:   Mailing list picker"
             -
-                name: "Trends"
+                name: "Current mood"
                 children:
                     -
                         type:   "line"
                         source: "mail/mood"
-                        name:   "Mailing list mood"
+                        name:   "Overall mail mood"
+                        blocks: 12
+            -
+                name: "Mood over time"
+                children:
+                    -
+                        type:   "line"
+                        source: "mail/mood-timeseries"
+                        name:   "Mood over time"
                         blocks: 12

-- 
To stop receiving notification emails like this one, please contact
"commits@kibble.apache.org" <co...@kibble.apache.org>.