From 884c0338b5ce215b4b9a862a4e6aecb3ed761af3 Mon Sep 17 00:00:00 2001 From: monitor1394 Date: Fri, 11 Oct 2019 21:28:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9F=B1=E5=BD=A2=E5=9B=BE?= =?UTF-8?q?=E6=B8=90=E5=8F=98=E5=BC=82=E5=B8=B8=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/UI/Internal/CoordinateChart_DrawBar.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/UI/Internal/CoordinateChart_DrawBar.cs b/Scripts/UI/Internal/CoordinateChart_DrawBar.cs index a8b086b3..03192fab 100644 --- a/Scripts/UI/Internal/CoordinateChart_DrawBar.cs +++ b/Scripts/UI/Internal/CoordinateChart_DrawBar.cs @@ -63,7 +63,7 @@ namespace XCharts { Color areaColor = serie.GetAreaColor(m_ThemeInfo, colorIndex, highlight); Color areaToColor = serie.GetAreaToColor(m_ThemeInfo, colorIndex, highlight); - ChartDrawer.DrawPolygon(vh, p1, p2, p3, p4, areaColor, areaToColor); + ChartDrawer.DrawPolygon(vh, p4, p1, p2, p3, areaColor, areaToColor); } } if (!m_Series.IsStack(serie.stack, SerieType.Bar))