修复Legend都隐藏时Value轴还显示数值的问题

This commit is contained in:
monitor1394
2019-12-11 02:14:37 +08:00
parent fd8569107b
commit 47e5937706
3 changed files with 10 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ namespace XCharts
public class XChartsMgr : MonoBehaviour
{
public const string version = "1.0.5";
public const int date = 20191204;
public const int date = 20191211;
[SerializeField] private string m_NowVersion;
[SerializeField] private string m_NewVersion;