From e068344975d80e3cef5efc8d076387a2aa799556 Mon Sep 17 00:00:00 2001 From: wangzemei Date: Fri, 21 Oct 2022 11:30:29 +0800 Subject: [PATCH] fix bug 28790 --- module/report/view/annualdata.html.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/report/view/annualdata.html.php b/module/report/view/annualdata.html.php index b6f03531c1..35234b8d7a 100644 --- a/module/report/view/annualdata.html.php +++ b/module/report/view/annualdata.html.php @@ -293,6 +293,7 @@ $(function() show: yearsData.length && yearsData.length > 1, axisType: 'category', autoPlay: true, + loop: false, playInterval: 1000, left: "1%", bottom: "1%",