增加chartName属性可指定图表的别称

This commit is contained in:
monitor1394
2020-05-18 07:36:01 +08:00
parent f23347a86e
commit 008e2210d4
9 changed files with 64 additions and 57 deletions

View File

@@ -16,6 +16,12 @@ namespace XCharts
public class BarChart : CoordinateChart
{
protected override void Awake()
{
base.Awake();
XChartsMgr.Instance.AddChart(this);
}
#if UNITY_EDITOR
protected override void Reset()
{