重构代码

This commit is contained in:
monitor1394
2018-09-28 06:34:19 +08:00
parent 56cd801d6b
commit aacabec220
6 changed files with 410 additions and 847 deletions

View File

@@ -10,7 +10,7 @@ namespace xcharts
public float space;
}
public class BarChart : BaseChart
public class BarChart : BaseAxesChart
{
[SerializeField]
private BarInfo barInfo;