This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository echart.
View the commit online.
commit da21e7570a7c4fcb4d157f703cf1fe899edd24aa
Author: Vincent Torri <[email protected]>
AuthorDate: Mon Jun 1 14:11:35 2026 +0200
pie: revertradius change
---
src/lib/echart_pie.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lib/echart_pie.c b/src/lib/echart_pie.c
index bfd15e3..e7aa361 100644
--- a/src/lib/echart_pie.c
+++ b/src/lib/echart_pie.c
@@ -175,7 +175,7 @@ _pie_smart_calculate(Evas_Object *obj)
evas_object_geometry_get(obj, NULL, NULL, &w, &h);
rad = (w < h) ? w : h;
- rad /= 4;
+ rad /= 2;
theta0 = 0;
for (int i = 0; i < sd->nbr_values; i++)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.