File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1
1
2
2
# 更新日志
3
3
4
+ * (2020.06.25) 发布` v1.5.2 ` 版本
4
5
* (2020.06.25) 修复` BarChart ` 在数值为` 0 ` 时还会绘制一小部分柱条的问题
5
6
* (2020.06.24) 修复` PieChart ` 在设置` clockwise ` 后绘制异常的问题#65
6
7
* (2020.06.23) 优化` LineChart ` 在峰谷差异过大时的绘制效果#64
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ class XChartsVersion
30
30
[ ExecuteInEditMode ]
31
31
public class XChartsMgr : MonoBehaviour
32
32
{
33
- public const string version = "1.5.1 " ;
34
- public const int date = 20200603 ;
33
+ public const string version = "1.5.2 " ;
34
+ public const int date = 20200625 ;
35
35
36
36
[ SerializeField ] private string m_NowVersion ;
37
37
[ SerializeField ] private string m_NewVersion ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.monitor1394.xcharts" ,
3
3
"displayName" : " XCharts" ,
4
- "version" : " 1.5.1 " ,
5
- "date" : " 20200603 " ,
6
- "checkdate" : " 20200603 " ,
4
+ "version" : " 1.5.2 " ,
5
+ "date" : " 20200625 " ,
6
+ "checkdate" : " 20200625 " ,
7
7
"desc" : " 如果 XCharts 对您有帮助,希望您能在 Github 上点 Star 支持,非常感谢!" ,
8
8
"unity" : " 2018.3" ,
9
9
"description" : " A charting and data visualization library for Unity." ,
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.5.1 " ,
3
- "date" : " 20200603 " ,
4
- "checkdate" : " 20200603 " ,
2
+ "version" : " 1.5.2 " ,
3
+ "date" : " 20200625 " ,
4
+ "checkdate" : " 20200625 " ,
5
5
"desc" : " 如果 XCharts 对您有帮助,希望您能在 Github 上点 Star 支持,非常感谢!" ,
6
6
"homepage" : " https://github.com/monitor1394/unity-ugui-XCharts"
7
7
}
You can’t perform that action at this time.
0 commit comments