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/25 10:51:12 UTC

[kibble] 07/08: add gauge to mood page, shrink bar chart

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 b6f0e3a2b363938c2f532622c364edd3db970ca7
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Wed Oct 25 12:50:53 2017 +0200

    add gauge to mood page, shrink bar chart
---
 api/yaml/widgets.yaml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/api/yaml/widgets.yaml b/api/yaml/widgets.yaml
index 6ca57af..a1572ce 100644
--- a/api/yaml/widgets.yaml
+++ b/api/yaml/widgets.yaml
@@ -666,7 +666,12 @@ widgets:
                         type:   "line"
                         source: "mail/mood"
                         name:   "Overall mail mood"
-                        blocks: 12
+                        blocks: 6
+                    -
+                        type:   "gauge"
+                        source: "mail/mood"
+                        name:   "Mood gauge"
+                        blocks: 6
             -
                 name: "Mood over time"
                 children:

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