This commit is contained in:
monitor1394
2023-03-20 21:59:12 +08:00
parent a50b58d48e
commit d7223f6790
3 changed files with 6 additions and 3 deletions

View File

@@ -65,7 +65,10 @@ slug: /changelog
## master
* (2023.03.14) 修复`Tooltip``titleFormater`设置`{b}`可能不生效的问题
* (2023.03.14) 修复`BarChart`在数据为0时不绘制柱条背景的问题 (#250) (by __Ambitroc__)
* (2023.03.12) 增加`LabelStyle``autoRotate`可设置有角度的竖版文本的自动旋转
* (2023.03.10) 增加`VR`等其他非鼠标输入方式的Point位置获取 (#248) (by __Ambitroc__)
* (2023.03.09) 增加`Chart``onSerieClick``onSerieDown``onSerieEnter``onSerieExit`回调
* (2023.03.09) 修复`Pie`的点击选中偏移不生效的问题
* (2023.03.04) 增加`Legend``Positions`可自定义图例的位置

View File

@@ -22,7 +22,7 @@ namespace XCharts.Runtime
public static class XChartsMgr
{
public static readonly string version = "3.6.0";
public static readonly int versionDate = 20230201;
public static readonly int versionDate = 20230401;
public static string fullVersion { get { return version + "-" + versionDate; } }
internal static List<BaseChart> chartList = new List<BaseChart>();

View File

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