mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-25 10:20:10 +00:00
3.13.0
This commit is contained in:
@@ -165,8 +165,6 @@ slug: /changelog
|
|||||||
|
|
||||||
日志详情:
|
日志详情:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
* (2024.06.16) 发布`v3.11.0`版本
|
* (2024.06.16) 发布`v3.11.0`版本
|
||||||
* (2024.06.15) 增加`Editor`下`Data`的添加、删除、上下移动操作按钮
|
* (2024.06.15) 增加`Editor`下`Data`的添加、删除、上下移动操作按钮
|
||||||
* (2024.06.11) 修复`Axis`的`IndicatorLabel`可能会遮挡住`Tooltip`的问题
|
* (2024.06.11) 修复`Axis`的`IndicatorLabel`可能会遮挡住`Tooltip`的问题
|
||||||
|
|||||||
@@ -21,8 +21,8 @@ namespace XCharts.Runtime
|
|||||||
[ExecuteInEditMode]
|
[ExecuteInEditMode]
|
||||||
public static class XChartsMgr
|
public static class XChartsMgr
|
||||||
{
|
{
|
||||||
public static readonly string version = "3.12.1";
|
public static readonly string version = "3.13.0";
|
||||||
public static readonly int versionDate = 20241201;
|
public static readonly int versionDate = 20250101;
|
||||||
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,9 +3,9 @@
|
|||||||
"displayName": "XCharts",
|
"displayName": "XCharts",
|
||||||
"author": "monitor1394",
|
"author": "monitor1394",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "3.12.1",
|
"version": "3.13.0",
|
||||||
"date": "20241201",
|
"date": "20250101",
|
||||||
"checkdate": "20241201",
|
"checkdate": "20250101",
|
||||||
"unity": "2018.3",
|
"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.",
|
"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": [
|
"keywords": [
|
||||||
|
|||||||
Reference in New Issue
Block a user