mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-23 09:20:08 +00:00
发布v1.4.0版本
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
|
|
||||||
# 更新日志
|
# 更新日志
|
||||||
|
|
||||||
|
* (2020.04.11) 发布`v1.4.0`版本
|
||||||
* (2020.04.11) 增加`Check warning`检测功能
|
* (2020.04.11) 增加`Check warning`检测功能
|
||||||
* (2020.04.09) 修复`Legend`初始化异常的问题
|
* (2020.04.09) 修复`Legend`初始化异常的问题
|
||||||
* (2020.04.08) 增加`PieChart`通过`ItemStyle`设置边框的支持
|
* (2020.04.08) 增加`PieChart`通过`ItemStyle`设置边框的支持
|
||||||
|
|||||||
@@ -25,8 +25,8 @@ namespace XCharts
|
|||||||
|
|
||||||
public class XChartsMgr : MonoBehaviour
|
public class XChartsMgr : MonoBehaviour
|
||||||
{
|
{
|
||||||
public const string version = "1.3.1";
|
public const string version = "1.4.0";
|
||||||
public const int date = 20200314;
|
public const int date = 20200411;
|
||||||
|
|
||||||
[SerializeField] private string m_NowVersion;
|
[SerializeField] private string m_NowVersion;
|
||||||
[SerializeField] private string m_NewVersion;
|
[SerializeField] private string m_NewVersion;
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "com.monitor1394.xcharts",
|
"name": "com.monitor1394.xcharts",
|
||||||
"displayName": "XCharts",
|
"displayName": "XCharts",
|
||||||
"version": "1.3.1",
|
"version": "1.4.0",
|
||||||
"unity": "2018.3",
|
"unity": "2018.3",
|
||||||
"description": "A charting and data visualization library for Unity.",
|
"description": "A charting and data visualization library for Unity.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": "1.3.1",
|
"version": "1.4.0",
|
||||||
"date": "20200314",
|
"date": "20200411",
|
||||||
"checkdate": "20200314",
|
"checkdate": "20200411",
|
||||||
"desc": "如果 XCharts 对您有帮助,希望您能在 Github 上点 Star 支持,非常感谢!",
|
"desc": "如果 XCharts 对您有帮助,希望您能在 Github 上点 Star 支持,非常感谢!",
|
||||||
"homepage": "https://github.com/monitor1394/unity-ugui-XCharts"
|
"homepage": "https://github.com/monitor1394/unity-ugui-XCharts"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user