mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-28 20:28:46 +00:00
2.7.0
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
# 更新日志
|
# 更新日志
|
||||||
|
|
||||||
[branch-2.0](#branch-2.0)
|
[branch-2.0](#branch-2.0)
|
||||||
|
[v2.7.0](#v2.7.0)
|
||||||
[v2.6.0](#v2.6.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)
|
||||||
@@ -42,6 +43,9 @@
|
|||||||
|
|
||||||
## branch-2.0
|
## branch-2.0
|
||||||
|
|
||||||
|
## v2.7.0
|
||||||
|
|
||||||
|
* (2022.03.20) Release `v2.7.0` version
|
||||||
* (2022.02.21) Fixed chart name repeat check error #183
|
* (2022.02.21) Fixed chart name repeat check error #183
|
||||||
* (2022.02.17) Fixed bug where axis split line might be displayed outside the coordinate system #181
|
* (2022.02.17) Fixed bug where axis split line might be displayed outside the coordinate system #181
|
||||||
* (2022.02.08) Fixed {d} formatter error when value is 0
|
* (2022.02.08) Fixed {d} formatter error when value is 0
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
# 更新日志
|
# 更新日志
|
||||||
|
|
||||||
[branch-2.0](#branch-2.0)
|
[branch-2.0](#branch-2.0)
|
||||||
|
[v2.7.0](#v2.7.0)
|
||||||
[v2.6.0](#v2.6.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)
|
||||||
@@ -42,6 +43,9 @@
|
|||||||
|
|
||||||
## branch-2.0
|
## branch-2.0
|
||||||
|
|
||||||
|
## v2.7.0
|
||||||
|
|
||||||
|
* (2022.03.20) 发布`v2.7.0`版本
|
||||||
* (2022.02.21) 修复`Chart`的`chartName`重复检测问题 #183
|
* (2022.02.21) 修复`Chart`的`chartName`重复检测问题 #183
|
||||||
* (2022.02.17) 修复`Axis`的`SplitLine`可能会显示在坐标系外的问题 #181
|
* (2022.02.17) 修复`Axis`的`SplitLine`可能会显示在坐标系外的问题 #181
|
||||||
* (2022.02.08) 修复数据全0时`{d}`显示不正确的问题
|
* (2022.02.08) 修复数据全0时`{d}`显示不正确的问题
|
||||||
|
|||||||
@@ -33,8 +33,8 @@ namespace XCharts
|
|||||||
[ExecuteInEditMode]
|
[ExecuteInEditMode]
|
||||||
public class XChartsMgr : MonoBehaviour
|
public class XChartsMgr : MonoBehaviour
|
||||||
{
|
{
|
||||||
internal static string _version = "2.6.0";
|
internal static string _version = "2.7.0";
|
||||||
internal static int _versionDate = 20211230;
|
internal static int _versionDate = 20220320;
|
||||||
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.6.0",
|
"version": "2.7.0",
|
||||||
"date": "20211230",
|
"date": "20220320",
|
||||||
"checkdate": "20211230",
|
"checkdate": "20220320",
|
||||||
"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.6.0",
|
"version": "2.7.0",
|
||||||
"date": "20211230",
|
"date": "20220320",
|
||||||
"checkdate": "20211230",
|
"checkdate": "20220320",
|
||||||
"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