From 43fbb060ff9e3da85f56102673bc0bff806cf132 Mon Sep 17 00:00:00 2001 From: Bauke Date: Wed, 7 Jun 2023 18:35:32 +0200 Subject: [PATCH] Move the datapoint text so it's above the circle. --- source/charts/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/charts/mod.rs b/source/charts/mod.rs index 49f3a21..65e2c13 100644 --- a/source/charts/mod.rs +++ b/source/charts/mod.rs @@ -106,7 +106,7 @@ impl UserCountChart { format!("{:0}", y) } }, - (-10, 15), + (-20, -25), text_style(20), ) },