Skip to content

Commit 95e40c6

Browse files
committed
v2.8.2
1 parent 8e30a37 commit 95e40c6

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
lines changed

Assets/XCharts/CHANGELOG-EN.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848

4949
## v2.8.2
5050

51-
* (2022.07.13) Release `v2.8.2` version
51+
* (2022.08.15) Release `v2.8.2` version
52+
* (2022.08.15) Added support for the `HeatmapChart` formatter for custom Tooltip
5253
* (2022.07.13) Fixed `SerieLabel` refresh exception #215
5354
* (2022.06.30) Optimize `Radar` so that the `Tooltip` layer is above `Indicator`
5455

Assets/XCharts/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848

4949
## v2.8.2
5050

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

Assets/XCharts/Runtime/XChartsMgr.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class XChartsVersion
3434
public class XChartsMgr : MonoBehaviour
3535
{
3636
internal static string _version = "2.8.2";
37-
internal static int _versionDate = 20220713;
37+
internal static int _versionDate = 20220815;
3838
public static string version { get { return _version; } }
3939
public static int versionDate { get { return _versionDate; } }
4040
public static string fullVersion { get { return version + "-" + versionDate; } }

Assets/XCharts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "com.monitor1394.xcharts",
33
"displayName": "XCharts",
44
"version": "2.8.2",
5-
"date": "20220713",
6-
"checkdate": "20220713",
5+
"date": "20220815",
6+
"checkdate": "20220815",
77
"desc": "如果 XCharts 对您有帮助,希望您能在 Github 上点 Star 支持,非常感谢!",
88
"unity": "2018.3",
99
"description": "A charting and data visualization library for Unity.",

Assets/XCharts/version.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"version": "2.8.2",
3-
"date": "20220713",
4-
"checkdate": "20220713",
3+
"date": "20220815",
4+
"checkdate": "20220815",
55
"desc": "如果 XCharts 对您有帮助,希望您能在 Github 上点 Star 支持,非常感谢!",
66
"homepage": "https://github.com/monitor1394/unity-ugui-XCharts"
77
}

0 commit comments

Comments
 (0)