]> git-server-git.apps.pok.os.sepia.ceph.com Git - cephmetrics.git/commitdiff
classic: Fix pie charts w/ grafana 5.0
authorZack Cerza <zack@redhat.com>
Tue, 8 May 2018 18:48:08 +0000 (12:48 -0600)
committerZack Cerza <zack@redhat.com>
Tue, 8 May 2018 18:48:08 +0000 (12:48 -0600)
When legends are off, we're seeing "Invalid dimensions for plot, width =
179, height = 0"

Signed-off-by: Zack Cerza <zack@redhat.com>
dashboards/cephmetrics-graphite/ceph-at-a-glance.json

index ac2bc3b0e0f288eb18d5a9f3bf4ab17a70de660f..8191b299361d8af72354ac562ef92701693923b3 100644 (file)
                         "legend": {
                             "percentage": false, 
                             "show": true, 
-                            "values": false
+                            "values": true
                         }, 
                         "legendType": "Under graph", 
                         "links": [
                         "legend": {
                             "percentage": false, 
                             "show": true, 
-                            "values": false
+                            "values": true
                         }, 
                         "legendType": "Under graph", 
                         "links": [], 
         "updatedBy": "admin@localhost", 
         "version": 3
     }
-}
\ No newline at end of file
+}