This commit is contained in:
monitor1394
2022-08-15 22:12:44 +08:00
parent 0fda5f5ea1
commit 0fb7e113d2
5 changed files with 9 additions and 7 deletions

View File

@@ -48,7 +48,8 @@
## v2.8.2
* (2022.07.13) Release `v2.8.2` version
* (2022.08.15) Release `v2.8.2` version
* (2022.08.15) Added support for the `HeatmapChart` formatter for custom Tooltip
* (2022.07.13) Fixed `SerieLabel` refresh exception #215
* (2022.06.30) Optimize `Radar` so that the `Tooltip` layer is above `Indicator`

View File

@@ -48,7 +48,8 @@
## v2.8.2
* (2022.07.13) 发布`v2.8.2`版本
* (2022.08.15) 发布`v2.8.2`版本
* (2022.08.15) 增加`HeatmapChart`对自定义`Tooltip``formatter`的支持
* (2022.07.13) 修复`SerieLabel`刷新异常的问题 #215
* (2022.06.30) 优化`Radar``Tooltip`的层在`Indicator`之上

View File

@@ -34,7 +34,7 @@ namespace XCharts
public class XChartsMgr : MonoBehaviour
{
internal static string _version = "2.8.2";
internal static int _versionDate = 20220713;
internal static int _versionDate = 20220815;
public static string version { get { return _version; } }
public static int versionDate { get { return _versionDate; } }
public static string fullVersion { get { return version + "-" + versionDate; } }

View File

@@ -2,8 +2,8 @@
"name": "com.monitor1394.xcharts",
"displayName": "XCharts",
"version": "2.8.2",
"date": "20220713",
"checkdate": "20220713",
"date": "20220815",
"checkdate": "20220815",
"desc": "如果 XCharts 对您有帮助,希望您能在 Github 上点 Star 支持,非常感谢!",
"unity": "2018.3",
"description": "A charting and data visualization library for Unity.",

View File

@@ -1,7 +1,7 @@
{
"version": "2.8.2",
"date": "20220713",
"checkdate": "20220713",
"date": "20220815",
"checkdate": "20220815",
"desc": "如果 XCharts 对您有帮助,希望您能在 Github 上点 Star 支持,非常感谢!",
"homepage": "https://github.com/monitor1394/unity-ugui-XCharts"
}