From 880a6b188572644d731de15f4bfd3da8538b849a Mon Sep 17 00:00:00 2001 From: monitor1394 Date: Wed, 5 Nov 2025 23:05:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96`Candlestick`=E5=AF=B9?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E8=BD=B4=E7=9A=84=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Runtime/Serie/Candlestick/CandlestickHandler.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Runtime/Serie/Candlestick/CandlestickHandler.cs b/Runtime/Serie/Candlestick/CandlestickHandler.cs index 05c20498..c35c345b 100644 --- a/Runtime/Serie/Candlestick/CandlestickHandler.cs +++ b/Runtime/Serie/Candlestick/CandlestickHandler.cs @@ -284,7 +284,6 @@ namespace XCharts.Runtime var rectMinY = Mathf.Min(plb.y, prb.y, plt.y, prt.y, lowPos.y, heighPos.y); var rectMaxY = Mathf.Max(plb.y, prb.y, plt.y, prt.y, lowPos.y, heighPos.y); serieData.context.rect = new Rect(rectMinX, rectMinY, rectMaxX - rectMinX, rectMaxY - rectMinY); - UGL.DrawRectangle(vh, serieData.context.rect, Color.yellow); if (intensive) { UGL.DrawLine(vh, lowPos, heighPos, borderWidth, borderColor);