优化代码,修复报错

This commit is contained in:
monitor1394
2020-05-10 00:20:40 +08:00
parent 5356865c40
commit 3bb5ee5648
6 changed files with 64 additions and 5 deletions

View File

@@ -17,7 +17,6 @@ namespace XCharts
{
private static readonly string s_DefaultDataZoom = "datazoom";
private static readonly string s_DefaultAxisName = "name";
private static readonly string s_DefaultAxisLabel = "label";
[SerializeField] protected Grid m_Grid = Grid.defaultGrid;
[SerializeField] protected List<XAxis> m_XAxises = new List<XAxis>();