This commit is contained in:
monitor1394
2024-12-31 08:44:57 +08:00
parent 43de03951c
commit be6a91b4c2
3 changed files with 5 additions and 7 deletions

View File

@@ -165,8 +165,6 @@ slug: /changelog
日志详情:
* (2024.06.16) 发布`v3.11.0`版本
* (2024.06.15) 增加`Editor``Data`的添加、删除、上下移动操作按钮
* (2024.06.11) 修复`Axis``IndicatorLabel`可能会遮挡住`Tooltip`的问题

View File

@@ -21,8 +21,8 @@ namespace XCharts.Runtime
[ExecuteInEditMode]
public static class XChartsMgr
{
public static readonly string version = "3.12.1";
public static readonly int versionDate = 20241201;
public static readonly string version = "3.13.0";
public static readonly int versionDate = 20250101;
public static string fullVersion { get { return version + "-" + versionDate; } }
internal static List<BaseChart> chartList = new List<BaseChart>();

View File

@@ -3,9 +3,9 @@
"displayName": "XCharts",
"author": "monitor1394",
"license": "MIT",
"version": "3.12.1",
"date": "20241201",
"checkdate": "20241201",
"version": "3.13.0",
"date": "20250101",
"checkdate": "20250101",
"unity": "2018.3",
"description": "A charting and data visualization library for Unity. Support line chart, bar chart, pie chart, radar chart, scatter chart, heatmap chart, ring chart, candlestick chart, polar chart and parallel coordinates.",
"keywords": [