From 3073926d73940eff141b4f8ab91674e6fe94c612 Mon Sep 17 00:00:00 2001 From: Ambitroc <18574152056@163.com> Date: Tue, 14 Mar 2023 13:29:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DBarChart=E5=9C=A8=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E4=B8=BA0=E6=97=B6=EF=BC=8CBar=E8=83=8C=E6=99=AF?= =?UTF-8?q?=E4=B8=8D=E7=BB=98=E5=88=B6=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Runtime/Serie/Bar/BarHandler.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Runtime/Serie/Bar/BarHandler.cs b/Runtime/Serie/Bar/BarHandler.cs index bde1fcc3..f3360129 100644 --- a/Runtime/Serie/Bar/BarHandler.cs +++ b/Runtime/Serie/Bar/BarHandler.cs @@ -1,4 +1,4 @@ -using System.Collections.Generic; +using System.Collections.Generic; using UnityEngine; using UnityEngine.EventSystems; using UnityEngine.UI; @@ -259,7 +259,7 @@ namespace XCharts.Runtime continue; } - if (serie.show && currHig != 0 && !serie.placeHolder) + if (serie.show && !serie.placeHolder) { switch (serie.barType) {