优化Candlestick对时间轴的支持

This commit is contained in:
monitor1394
2025-11-05 23:05:15 +08:00
parent fb841a3498
commit 880a6b1885

View File

@@ -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);