mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-22 17:00:08 +00:00
v2.6.0
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
# 更新日志
|
# 更新日志
|
||||||
|
|
||||||
[branch-2.0](#branch-2.0)
|
[branch-2.0](#branch-2.0)
|
||||||
|
[v2.6.0](#v2.6.0)
|
||||||
[v2.5.0](#v2.5.0)
|
[v2.5.0](#v2.5.0)
|
||||||
[v2.4.0](#v2.4.0)
|
[v2.4.0](#v2.4.0)
|
||||||
[v2.3.0](#v2.3.0)
|
[v2.3.0](#v2.3.0)
|
||||||
@@ -41,6 +42,9 @@
|
|||||||
|
|
||||||
## branch-2.0
|
## branch-2.0
|
||||||
|
|
||||||
|
## v2.6.0
|
||||||
|
|
||||||
|
* (2021.12.30) Release `v2.6.0` version
|
||||||
* (2021.12.21) Fixed `Emphasis` dont work
|
* (2021.12.21) Fixed `Emphasis` dont work
|
||||||
* (2021.12.17) Fixed `MarkLine` does not auto refresh label active when serie hide #178
|
* (2021.12.17) Fixed `MarkLine` does not auto refresh label active when serie hide #178
|
||||||
* (2021.12.10) Improved `Radar`'s `AxisLine` and `SplitLine` to be controlled separately
|
* (2021.12.10) Improved `Radar`'s `AxisLine` and `SplitLine` to be controlled separately
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
# 更新日志
|
# 更新日志
|
||||||
|
|
||||||
[branch-2.0](#branch-2.0)
|
[branch-2.0](#branch-2.0)
|
||||||
|
[v2.6.0](#v2.6.0)
|
||||||
[v2.5.0](#v2.5.0)
|
[v2.5.0](#v2.5.0)
|
||||||
[v2.4.0](#v2.4.0)
|
[v2.4.0](#v2.4.0)
|
||||||
[v2.3.0](#v2.3.0)
|
[v2.3.0](#v2.3.0)
|
||||||
@@ -41,6 +42,9 @@
|
|||||||
|
|
||||||
## branch-2.0
|
## branch-2.0
|
||||||
|
|
||||||
|
## v2.6.0
|
||||||
|
|
||||||
|
* (2021.12.30) 发布`v2.6.0`版本
|
||||||
* (2021.12.21) 修复`Emphasis`不生效的问题
|
* (2021.12.21) 修复`Emphasis`不生效的问题
|
||||||
* (2021.12.17) 修复`MarkLine`在运行时`Label`不自动刷新显示隐藏的问题 #178
|
* (2021.12.17) 修复`MarkLine`在运行时`Label`不自动刷新显示隐藏的问题 #178
|
||||||
* (2021.12.10) 完善`Radar`的`AxisLine`和`SplitLine`可单独控制
|
* (2021.12.10) 完善`Radar`的`AxisLine`和`SplitLine`可单独控制
|
||||||
|
|||||||
@@ -33,8 +33,8 @@ namespace XCharts
|
|||||||
[ExecuteInEditMode]
|
[ExecuteInEditMode]
|
||||||
public class XChartsMgr : MonoBehaviour
|
public class XChartsMgr : MonoBehaviour
|
||||||
{
|
{
|
||||||
internal static string _version = "2.5.0";
|
internal static string _version = "2.6.0";
|
||||||
internal static int _versionDate = 20211127;
|
internal static int _versionDate = 20211230;
|
||||||
public static string version { get { return _version; } }
|
public static string version { get { return _version; } }
|
||||||
public static int versionDate { get { return _versionDate; } }
|
public static int versionDate { get { return _versionDate; } }
|
||||||
public static string fullVersion { get { return version + "-" + versionDate; } }
|
public static string fullVersion { get { return version + "-" + versionDate; } }
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name": "com.monitor1394.xcharts",
|
"name": "com.monitor1394.xcharts",
|
||||||
"displayName": "XCharts",
|
"displayName": "XCharts",
|
||||||
"version": "2.5.0",
|
"version": "2.6.0",
|
||||||
"date": "20211127",
|
"date": "20211230",
|
||||||
"checkdate": "20211127",
|
"checkdate": "20211230",
|
||||||
"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": "2.5.0",
|
"version": "2.6.0",
|
||||||
"date": "20211127",
|
"date": "20211230",
|
||||||
"checkdate": "20211127",
|
"checkdate": "20211230",
|
||||||
"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