From 3a84776a52197d43c8a034641c0af725dadfbb85 Mon Sep 17 00:00:00 2001 From: monitor1394 Date: Tue, 6 Aug 2019 18:18:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=BD=93Axis=E7=9A=84minMaxT?= =?UTF-8?q?ype=E4=B8=BACustom=E6=97=B6max=E8=AE=BE=E7=BD=AE=E4=B8=BA100?= =?UTF-8?q?=E4=B8=8D=E7=94=9F=E6=95=88=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.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/UI/Internal/CoordinateChart.cs b/Scripts/UI/Internal/CoordinateChart.cs index 0d2d542b..65a4dd79 100644 --- a/Scripts/UI/Internal/CoordinateChart.cs +++ b/Scripts/UI/Internal/CoordinateChart.cs @@ -636,7 +636,7 @@ namespace XCharts private void UpdateAxisMinMaxValue(int axisIndex, Axis axis) { axis.minValue = 0; - axis.maxValue = 100; + axis.maxValue = 0; if (axis.IsCategory()) return; int tempMinValue = 0;