mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-28 03:58:49 +00:00
v2.0.1
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
# 更新日志
|
# 更新日志
|
||||||
|
|
||||||
[Latest](#Latest)
|
[Latest](#Latest)
|
||||||
|
[v2.0.1](#v2.0.1)
|
||||||
[v2.0.0](#v2.0.0)
|
[v2.0.0](#v2.0.0)
|
||||||
[v2.0.0-preview.2](#v2.0.0-preview.2)
|
[v2.0.0-preview.2](#v2.0.0-preview.2)
|
||||||
[v2.0.0-preview.1](#v2.0.0-preview.1)
|
[v2.0.0-preview.1](#v2.0.0-preview.1)
|
||||||
@@ -31,6 +32,8 @@
|
|||||||
|
|
||||||
## Latest
|
## Latest
|
||||||
|
|
||||||
|
## v2.0.1
|
||||||
|
|
||||||
* (2021.02.26) Fixed incorrect position of `Tooltip` in `HeatmapChart` #123
|
* (2021.02.26) Fixed incorrect position of `Tooltip` in `HeatmapChart` #123
|
||||||
* (2021.02.22) Fixed compatibility issues with `Unity` version
|
* (2021.02.22) Fixed compatibility issues with `Unity` version
|
||||||
* (2021.02.21) Added `Tooltip` parameter `ignoreDataShow`
|
* (2021.02.21) Added `Tooltip` parameter `ignoreDataShow`
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
# 更新日志
|
# 更新日志
|
||||||
|
|
||||||
[Latest](#Latest)
|
[Latest](#Latest)
|
||||||
|
[v2.0.1](#v2.0.1)
|
||||||
[v2.0.0](#v2.0.0)
|
[v2.0.0](#v2.0.0)
|
||||||
[v2.0.0-preview.2](#v2.0.0-preview.2)
|
[v2.0.0-preview.2](#v2.0.0-preview.2)
|
||||||
[v2.0.0-preview.1](#v2.0.0-preview.1)
|
[v2.0.0-preview.1](#v2.0.0-preview.1)
|
||||||
@@ -31,13 +32,15 @@
|
|||||||
|
|
||||||
## Latest
|
## Latest
|
||||||
|
|
||||||
|
## v2.0.1
|
||||||
|
|
||||||
* (2021.02.26) 修复`HeatmapChart`的`Tooltip`指示的位置不准的问题 #123
|
* (2021.02.26) 修复`HeatmapChart`的`Tooltip`指示的位置不准的问题 #123
|
||||||
* (2021.02.22) 修复`Unity`版本兼容问题
|
* (2021.02.22) 修复`Unity`版本兼容问题
|
||||||
* (2021.02.21) 增加`Tooltip`的`ignoreDataShow`参数
|
* (2021.02.21) 增加`Tooltip`的`ignoreDataShow`参数
|
||||||
* (2021.02.19) 修复图表在`LayoutGroup`控制下时可能显示错乱的问题 #121
|
* (2021.02.19) 修复图表在`LayoutGroup`控制下时可能显示错乱的问题 #121
|
||||||
* (2021.02.18) 修复`Radar`参数变更后无法自刷新的问题 #122
|
* (2021.02.18) 修复`Radar`参数变更后无法自刷新的问题 #122
|
||||||
|
|
||||||
## 2.0.0
|
## v2.0.0
|
||||||
|
|
||||||
* (2021.02.05) 发布`v2.0.0`版本
|
* (2021.02.05) 发布`v2.0.0`版本
|
||||||
* (2021.02.03) 修复`AxisLine`的`OnZero`对`YAxis`不生效的问题 #116
|
* (2021.02.03) 修复`AxisLine`的`OnZero`对`YAxis`不生效的问题 #116
|
||||||
|
|||||||
@@ -35,8 +35,8 @@ namespace XCharts
|
|||||||
[ExecuteInEditMode]
|
[ExecuteInEditMode]
|
||||||
public class XChartsMgr : MonoBehaviour
|
public class XChartsMgr : MonoBehaviour
|
||||||
{
|
{
|
||||||
internal static string _version = "2.0.0";
|
internal static string _version = "2.0.1";
|
||||||
internal static int _versionDate = 20210205;
|
internal static int _versionDate = 20210226;
|
||||||
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.0.0",
|
"version": "2.0.1",
|
||||||
"date": "20210205",
|
"date": "20210226",
|
||||||
"checkdate": "20210205",
|
"checkdate": "20210226",
|
||||||
"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.0.0",
|
"version": "2.0.1",
|
||||||
"date": "20210205",
|
"date": "20210226",
|
||||||
"checkdate": "20210205",
|
"checkdate": "20210226",
|
||||||
"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