mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-30 05:08:48 +00:00
整理代码
This commit is contained in:
@@ -649,7 +649,6 @@ namespace XCharts
|
|||||||
public string CheckWarning()
|
public string CheckWarning()
|
||||||
{
|
{
|
||||||
warningInfo = CheckHelper.CheckChart(this);
|
warningInfo = CheckHelper.CheckChart(this);
|
||||||
Debug.LogError(warningInfo);
|
|
||||||
return warningInfo;
|
return warningInfo;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
using System.Linq;
|
|
||||||
/******************************************/
|
/******************************************/
|
||||||
/* */
|
/* */
|
||||||
/* Copyright (c) 2018 monitor1394 */
|
/* Copyright (c) 2018 monitor1394 */
|
||||||
@@ -7,7 +6,6 @@ using System.Linq;
|
|||||||
/******************************************/
|
/******************************************/
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
using UnityEngine.UI;
|
|
||||||
|
|
||||||
namespace XCharts
|
namespace XCharts
|
||||||
{
|
{
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -21,7 +21,11 @@
|
|||||||
18. ~~(2019.09.22)Tooltip增加设置字体大小和样式(FIRE ROAR)~~
|
18. ~~(2019.09.22)Tooltip增加设置字体大小和样式(FIRE ROAR)~~
|
||||||
19. ~~(2019.09.22)Value轴刻度显示支持自定义格式输出(自燃)~~
|
19. ~~(2019.09.22)Value轴刻度显示支持自定义格式输出(自燃)~~
|
||||||
20. ~~(2019.09.22)SerieLabel支持自定义Icon图片(自燃)~~
|
20. ~~(2019.09.22)SerieLabel支持自定义Icon图片(自燃)~~
|
||||||
21. (2020.03.09)柱状图圆角
|
21. ~~(2020.03.09)柱状图圆角~~
|
||||||
22. ~~(2020.03.09)可忽略不绘制指定数据~~
|
22. ~~(2020.03.09)可忽略不绘制指定数据~~
|
||||||
23. ~~(2020.03.21)Series的inspector可以改变顺序和删除~~
|
23. ~~(2020.03.21)Series的inspector可以改变顺序和删除~~
|
||||||
24. (2020.03.21)圆角矩形
|
24. ~~(2020.03.21)圆角矩形~~
|
||||||
|
25. ~~(2020.03.25)Axis的value轴增加向上取整倍数~~
|
||||||
|
26. ~~(2020.03.28)饼图加边框~~
|
||||||
|
27. (2020.04.11)提供事件接口
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user