mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-25 10:20:10 +00:00
发布v1.6.3版本
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
|
|
||||||
# 更新日志
|
# 更新日志
|
||||||
|
|
||||||
|
* (2021.01.02) Release `v1.6.3` version
|
||||||
* (2020.12.18) fixed an issue where updating data when `Animation` was not enabled caused the chart to keep refreshing
|
* (2020.12.18) fixed an issue where updating data when `Animation` was not enabled caused the chart to keep refreshing
|
||||||
* (2020.12.01) fixed an issue where a newly created chart on `Unity2020` could not be drawn properly
|
* (2020.12.01) fixed an issue where a newly created chart on `Unity2020` could not be drawn properly
|
||||||
* (2020.11.22) Release `v1.6.2` version
|
* (2020.11.22) Release `v1.6.2` version
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
|
|
||||||
# 更新日志
|
# 更新日志
|
||||||
|
|
||||||
|
* (2021.01.02) 发布`v1.6.3`版本
|
||||||
* (2020.12.18) 修复`Animation`不启用时更新数据会导致图表一直刷新的问题
|
* (2020.12.18) 修复`Animation`不启用时更新数据会导致图表一直刷新的问题
|
||||||
* (2020.12.01) 修复`Unity2020`上新创建的图表无法正常绘制的问题
|
* (2020.12.01) 修复`Unity2020`上新创建的图表无法正常绘制的问题
|
||||||
* (2020.11.22) 发布`v1.6.2`版本
|
* (2020.11.22) 发布`v1.6.2`版本
|
||||||
|
|||||||
@@ -29,8 +29,8 @@ namespace XCharts
|
|||||||
[ExecuteInEditMode]
|
[ExecuteInEditMode]
|
||||||
public class XChartsMgr : MonoBehaviour
|
public class XChartsMgr : MonoBehaviour
|
||||||
{
|
{
|
||||||
public const string version = "1.6.2";
|
public const string version = "1.6.3";
|
||||||
public const int date = 20201122;
|
public const int date = 20210102;
|
||||||
|
|
||||||
[SerializeField] private string m_NowVersion;
|
[SerializeField] private string m_NowVersion;
|
||||||
[SerializeField] private string m_NewVersion;
|
[SerializeField] private string m_NewVersion;
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name": "com.monitor1394.xcharts",
|
"name": "com.monitor1394.xcharts",
|
||||||
"displayName": "XCharts",
|
"displayName": "XCharts",
|
||||||
"version": "1.6.2",
|
"version": "1.6.3",
|
||||||
"date": "20201122",
|
"date": "20210102",
|
||||||
"checkdate": "20201122",
|
"checkdate": "20210102",
|
||||||
"desc": "如果 XCharts 对您有帮助,希望您能在 Github 上点 Star 支持,非常感谢!",
|
"desc": "如果 XCharts 对您有帮助,希望您能在 Github 上点 Star 支持,非常感谢!",
|
||||||
"unity": "2018.3",
|
"unity": "2018.3",
|
||||||
"description": "A charting and data visualization library for Unity.",
|
"description": "A charting and data visualization library for Unity.",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": "1.6.2",
|
"version": "1.6.3",
|
||||||
"date": "20201122",
|
"date": "20210102",
|
||||||
"checkdate": "20201122",
|
"checkdate": "20210102",
|
||||||
"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