From: Zack Cerza Date: Tue, 8 May 2018 18:48:08 +0000 (-0600) Subject: classic: Fix pie charts w/ grafana 5.0 X-Git-Tag: v2.0~30^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ee355a8a4a29a2f3708210f9ded6a072f36689b7;p=cephmetrics.git classic: Fix pie charts w/ grafana 5.0 When legends are off, we're seeing "Invalid dimensions for plot, width = 179, height = 0" Signed-off-by: Zack Cerza --- diff --git a/dashboards/cephmetrics-graphite/ceph-at-a-glance.json b/dashboards/cephmetrics-graphite/ceph-at-a-glance.json index ac2bc3b..8191b29 100644 --- a/dashboards/cephmetrics-graphite/ceph-at-a-glance.json +++ b/dashboards/cephmetrics-graphite/ceph-at-a-glance.json @@ -1332,7 +1332,7 @@ "legend": { "percentage": false, "show": true, - "values": false + "values": true }, "legendType": "Under graph", "links": [ @@ -1987,7 +1987,7 @@ "legend": { "percentage": false, "show": true, - "values": false + "values": true }, "legendType": "Under graph", "links": [], @@ -3059,4 +3059,4 @@ "updatedBy": "admin@localhost", "version": 3 } -} \ No newline at end of file +}