mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-31 05:48:45 +00:00
3.10.1
This commit is contained in:
@@ -66,6 +66,11 @@
|
|||||||
|
|
||||||
## master
|
## master
|
||||||
|
|
||||||
|
## v3.10.1
|
||||||
|
|
||||||
|
* (2024.02.21) Release `v3.10.1`
|
||||||
|
* (2024.02.19) Fix to `Tooltip` dot markers not adapting to color
|
||||||
|
|
||||||
## v3.10.0
|
## v3.10.0
|
||||||
|
|
||||||
Highlights:
|
Highlights:
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ slug: /changelog
|
|||||||
# 更新日志
|
# 更新日志
|
||||||
|
|
||||||
[master](#master)
|
[master](#master)
|
||||||
|
[v3.10.1](#v3101)
|
||||||
[v3.10.0](#v3100)
|
[v3.10.0](#v3100)
|
||||||
[v3.9.0](#v390)
|
[v3.9.0](#v390)
|
||||||
[v3.8.1](#v381)
|
[v3.8.1](#v381)
|
||||||
@@ -71,6 +72,9 @@ slug: /changelog
|
|||||||
|
|
||||||
## master
|
## master
|
||||||
|
|
||||||
|
## v3.10.1
|
||||||
|
|
||||||
|
* (2024.02.21) 发布`v3.10.1`版本
|
||||||
* (2024.02.19) 修复`Tooltip`的圆点标记不会自适应颜色的问题
|
* (2024.02.19) 修复`Tooltip`的圆点标记不会自适应颜色的问题
|
||||||
|
|
||||||
## v3.10.0
|
## v3.10.0
|
||||||
|
|||||||
@@ -21,8 +21,8 @@ namespace XCharts.Runtime
|
|||||||
[ExecuteInEditMode]
|
[ExecuteInEditMode]
|
||||||
public static class XChartsMgr
|
public static class XChartsMgr
|
||||||
{
|
{
|
||||||
public static readonly string version = "3.10.0";
|
public static readonly string version = "3.10.1";
|
||||||
public static readonly int versionDate = 20240201;
|
public static readonly int versionDate = 20240221;
|
||||||
public static string fullVersion { get { return version + "-" + versionDate; } }
|
public static string fullVersion { get { return version + "-" + versionDate; } }
|
||||||
|
|
||||||
internal static List<BaseChart> chartList = new List<BaseChart>();
|
internal static List<BaseChart> chartList = new List<BaseChart>();
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"displayName": "XCharts",
|
"displayName": "XCharts",
|
||||||
"author": "monitor1394",
|
"author": "monitor1394",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "3.10.0",
|
"version": "3.10.1",
|
||||||
"date": "20240201",
|
"date": "20240201",
|
||||||
"checkdate": "20240201",
|
"checkdate": "20240201",
|
||||||
"unity": "2018.3",
|
"unity": "2018.3",
|
||||||
|
|||||||
Reference in New Issue
Block a user