From f627b777935a60bfe01cd00edc59e009ddb7c0e2 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Tue, 31 Oct 2023 09:12:35 +0800 Subject: [PATCH] + Add default value of the tableTR variable. --- lib/zin/wg/tablechart/v1.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/zin/wg/tablechart/v1.php b/lib/zin/wg/tablechart/v1.php index 13910cffe4..9d2e10b372 100644 --- a/lib/zin/wg/tablechart/v1.php +++ b/lib/zin/wg/tablechart/v1.php @@ -48,6 +48,7 @@ class tableChart extends wg shuffle($colorList); + $tableTR = array(); foreach($datas as $data) { $color = current($colorList);