From 088d7725cf791334aff0842de16249827610e290 Mon Sep 17 00:00:00 2001 From: Samuel Padgett Date: Tue, 12 Mar 2019 14:29:37 -0400 Subject: [PATCH] Fix center text in gauge for new plotly version --- frontend/public/components/graphs/gauge.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/public/components/graphs/gauge.jsx b/frontend/public/components/graphs/gauge.jsx index b5b75afac3f..299e1cc0c51 100644 --- a/frontend/public/components/graphs/gauge.jsx +++ b/frontend/public/components/graphs/gauge.jsx @@ -47,8 +47,8 @@ class Gauge_ extends BaseGraph { pad: 10, }, annotations: [{ - x: 0, - y: -0.05, + x: 0.5, + y: 0.5, text: '...', showarrow: false, ax: 0,