File tree Expand file tree Collapse file tree 5 files changed +9
-7
lines changed Expand file tree Collapse file tree 5 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 48
48
49
49
## v2.8.2
50
50
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
52
53
* (2022.07.13) Fixed ` SerieLabel ` refresh exception #215
53
54
* (2022.06.30) Optimize ` Radar ` so that the ` Tooltip ` layer is above ` Indicator `
54
55
Original file line number Diff line number Diff line change 48
48
49
49
## v2.8.2
50
50
51
- * (2022.07.13) 发布` v2.8.2 ` 版本
51
+ * (2022.08.15) 发布` v2.8.2 ` 版本
52
+ * (2022.08.15) 增加` HeatmapChart ` 对自定义` Tooltip ` 的` formatter ` 的支持
52
53
* (2022.07.13) 修复` SerieLabel ` 刷新异常的问题 #215
53
54
* (2022.06.30) 优化` Radar ` 让` Tooltip ` 的层在` Indicator ` 之上
54
55
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ class XChartsVersion
34
34
public class XChartsMgr : MonoBehaviour
35
35
{
36
36
internal static string _version = "2.8.2" ;
37
- internal static int _versionDate = 20220713 ;
37
+ internal static int _versionDate = 20220815 ;
38
38
public static string version { get { return _version ; } }
39
39
public static int versionDate { get { return _versionDate ; } }
40
40
public static string fullVersion { get { return version + "-" + versionDate ; } }
Original file line number Diff line number Diff line change 2
2
"name" : " com.monitor1394.xcharts" ,
3
3
"displayName" : " XCharts" ,
4
4
"version" : " 2.8.2" ,
5
- "date" : " 20220713 " ,
6
- "checkdate" : " 20220713 " ,
5
+ "date" : " 20220815 " ,
6
+ "checkdate" : " 20220815 " ,
7
7
"desc" : " 如果 XCharts 对您有帮助,希望您能在 Github 上点 Star 支持,非常感谢!" ,
8
8
"unity" : " 2018.3" ,
9
9
"description" : " A charting and data visualization library for Unity." ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"version" : " 2.8.2" ,
3
- "date" : " 20220713 " ,
4
- "checkdate" : " 20220713 " ,
3
+ "date" : " 20220815 " ,
4
+ "checkdate" : " 20220815 " ,
5
5
"desc" : " 如果 XCharts 对您有帮助,希望您能在 Github 上点 Star 支持,非常感谢!" ,
6
6
"homepage" : " https://github.com/monitor1394/unity-ugui-XCharts"
7
7
}
You can’t perform that action at this time.
0 commit comments