From d3dc17907da7e04a544118c670f6e3e2c8f1f728 Mon Sep 17 00:00:00 2001 From: monitor1394 Date: Mon, 15 Jun 2020 08:56:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DSerieLabel=E5=8F=AF=E8=83=BD?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=94=99=E4=B9=B1=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/Internal/BaseChart.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Runtime/Internal/BaseChart.cs b/Runtime/Internal/BaseChart.cs index 193591f1..20d3e6f9 100644 --- a/Runtime/Internal/BaseChart.cs +++ b/Runtime/Internal/BaseChart.cs @@ -440,6 +440,7 @@ namespace XCharts { var serieData = serie.data[j]; serieData.index = j; + serieData.labelObject = null; AddSerieLabel(serie, serieData, count); count++; }