From 665f8ea2b8af03fe385fbce64f630fe902a12e96 Mon Sep 17 00:00:00 2001 From: monitor1394 Date: Mon, 14 Oct 2019 18:53:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DPieChart=E7=AC=AC=E4=B8=80?= =?UTF-8?q?=E6=AC=A1=E6=B7=BB=E5=8A=A0=E6=97=B6=E9=A2=9C=E8=89=B2=E5=BC=82?= =?UTF-8?q?=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/BaseChart.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Scripts/UI/Internal/BaseChart.cs b/Scripts/UI/Internal/BaseChart.cs index 6ec68714..0a3ecf25 100644 --- a/Scripts/UI/Internal/BaseChart.cs +++ b/Scripts/UI/Internal/BaseChart.cs @@ -481,6 +481,7 @@ namespace XCharts if (m_ReinitLabel) { m_ReinitLabel = false; + m_LegendRealShowName = m_Series.GetSerieNameList(); InitSerieLabel(); } if (m_RefreshLabel)