整理代码

This commit is contained in:
monitor1394
2020-04-11 20:41:39 +08:00
parent cc0187291e
commit 0dde0217f9
4 changed files with 250 additions and 61 deletions

View File

@@ -649,7 +649,6 @@ namespace XCharts
public string CheckWarning()
{
warningInfo = CheckHelper.CheckChart(this);
Debug.LogError(warningInfo);
return warningInfo;
}
}

View File

@@ -1,4 +1,3 @@
using System.Linq;
/******************************************/
/* */
/* Copyright (c) 2018 monitor1394 */
@@ -7,7 +6,6 @@ using System.Linq;
/******************************************/
using System.Text;
using UnityEngine;
using UnityEngine.UI;
namespace XCharts
{

File diff suppressed because it is too large Load Diff

View File

@@ -21,7 +21,11 @@
18. ~~2019.09.22Tooltip增加设置字体大小和样式FIRE ROAR~~
19. ~~2019.09.22Value轴刻度显示支持自定义格式输出自燃~~
20. ~~2019.09.22SerieLabel支持自定义Icon图片自燃~~
21. 2020.03.09)柱状图圆角
21. ~~2020.03.09)柱状图圆角~~
22. ~~2020.03.09)可忽略不绘制指定数据~~
23. ~~2020.03.21Series的inspector可以改变顺序和删除~~
24. 2020.03.21)圆角矩形
24. ~~2020.03.21)圆角矩形~~
25. ~~2020.03.25Axis的value轴增加向上取整倍数~~
26. ~~2020.03.28)饼图加边框~~
27. 2020.04.11)提供事件接口