mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-30 13:28:47 +00:00
v2.8.1
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
# 更新日志
|
# 更新日志
|
||||||
|
|
||||||
[branch-2.0](#branch-2.0)
|
[branch-2.0](#branch-2.0)
|
||||||
|
[v2.8.1](#v2.8.1)
|
||||||
[v2.8.0](#v2.8.0)
|
[v2.8.0](#v2.8.0)
|
||||||
[v2.7.0](#v2.7.0)
|
[v2.7.0](#v2.7.0)
|
||||||
[v2.6.0](#v2.6.0)
|
[v2.6.0](#v2.6.0)
|
||||||
@@ -44,6 +45,8 @@
|
|||||||
|
|
||||||
## branch-2.0
|
## branch-2.0
|
||||||
|
|
||||||
|
## v2.8.1
|
||||||
|
|
||||||
* (2022.05.03) Added `onLegendClick`, `onLegendEnter` and `onLegendExit` delegate callbacks for `Legend`
|
* (2022.05.03) Added `onLegendClick`, `onLegendEnter` and `onLegendExit` delegate callbacks for `Legend`
|
||||||
* (2022.04.21) Fixed bug #192 with `RingChart` `Tooltip` exception
|
* (2022.04.21) Fixed bug #192 with `RingChart` `Tooltip` exception
|
||||||
* (2022.04.21) Fixed error when setting `minShowNum` in `DataZoom`
|
* (2022.04.21) Fixed error when setting `minShowNum` in `DataZoom`
|
||||||
|
|||||||
@@ -33,8 +33,8 @@ namespace XCharts
|
|||||||
[ExecuteInEditMode]
|
[ExecuteInEditMode]
|
||||||
public class XChartsMgr : MonoBehaviour
|
public class XChartsMgr : MonoBehaviour
|
||||||
{
|
{
|
||||||
internal static string _version = "2.8.0";
|
internal static string _version = "2.8.1";
|
||||||
internal static int _versionDate = 20220410;
|
internal static int _versionDate = 20220506;
|
||||||
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.8.0",
|
"version": "2.8.1",
|
||||||
"date": "20220410",
|
"date": "20220506",
|
||||||
"checkdate": "20220410",
|
"checkdate": "20220506",
|
||||||
"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.8.0",
|
"version": "2.8.1",
|
||||||
"date": "20220410",
|
"date": "20220506",
|
||||||
"checkdate": "20220410",
|
"checkdate": "20220506",
|
||||||
"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