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,