From 798361795f2763ffde90420cb8e0a334a2c27cd2 Mon Sep 17 00:00:00 2001 From: monitor1394 Date: Thu, 21 May 2020 09:19:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DCovertXYAxis=E5=9C=A82019?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E4=B8=8A=E4=B8=8D=E4=BC=9A=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=88=B7=E6=96=B0=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Runtime/API/CoordinateChart_API.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Runtime/API/CoordinateChart_API.cs b/Runtime/API/CoordinateChart_API.cs index 07eeb910..7d2218ec 100644 --- a/Runtime/API/CoordinateChart_API.cs +++ b/Runtime/API/CoordinateChart_API.cs @@ -243,6 +243,7 @@ namespace XCharts xAxis.runtimeMaxValue = 0; yAxis.runtimeMinValue = 0; yAxis.runtimeMaxValue = 0; + RefreshChart(); } }