发布v1.2.0版本

This commit is contained in:
monitor1394
2020-01-15 22:05:53 +08:00
parent 87059b2e7f
commit ce11222784
4 changed files with 7 additions and 6 deletions

View File

@@ -1,6 +1,7 @@
# 更新日志
* (2020.01.15) 发布`v1.2.0`版本
* (2020.01.15) 增加`AxisLabel`格式化为整数的支持(`{value:f0}`
* (2020.01.15) 增加折线图对数轴`Log`的支持
* (2020.01.09) 修复当设置`DataZoom``minShowNum`时可能异常的问题

View File

@@ -24,8 +24,8 @@ namespace XCharts
public class XChartsMgr : MonoBehaviour
{
public const string version = "1.1.0";
public const int date = 20191221;
public const string version = "1.2.0";
public const int date = 20200115;
[SerializeField] private string m_NowVersion;
[SerializeField] private string m_NewVersion;

View File

@@ -1,7 +1,7 @@
{
"name": "com.monitor1394.xcharts",
"displayName": "XCharts",
"version": "1.1.0",
"version": "1.2.0",
"unity": "2018.3",
"description": "A charting and data visualization library for Unity.",
"keywords": [

View File

@@ -1,7 +1,7 @@
{
"version": "1.1.0",
"date": "20191221",
"checkdate": "20191221",
"version": "1.2.0",
"date": "20200115",
"checkdate": "20200115",
"desc": "如果 XCharts 对您有帮助,希望您能在 Github 上点 Star 支持,非常感谢!",
"homepage": "https://github.com/monitor1394/unity-ugui-XCharts"
}