mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-24 18:00:26 +00:00
3.8.2
This commit is contained in:
@@ -21,8 +21,8 @@ namespace XCharts.Runtime
|
|||||||
[ExecuteInEditMode]
|
[ExecuteInEditMode]
|
||||||
public static class XChartsMgr
|
public static class XChartsMgr
|
||||||
{
|
{
|
||||||
public static readonly string version = "3.8.1";
|
public static readonly string version = "3.8.2";
|
||||||
public static readonly int versionDate = 20231001;
|
public static readonly int versionDate = 20231101;
|
||||||
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>();
|
||||||
|
|||||||
13
package.json
13
package.json
@@ -1,12 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "com.monitor1394.xcharts",
|
"name": "com.monitor1394.xcharts",
|
||||||
"displayName": "XCharts",
|
"displayName": "XCharts",
|
||||||
"version": "3.8.1",
|
"author": "monitor1394",
|
||||||
"date": "20231001",
|
"license": "MIT",
|
||||||
"checkdate": "20231001",
|
"version": "3.8.2",
|
||||||
"desc": "如果 XCharts 对您有帮助,希望您能在 Github 上点 Star 支持,非常感谢!",
|
"date": "20231101",
|
||||||
|
"checkdate": "20231101",
|
||||||
"unity": "2018.3",
|
"unity": "2018.3",
|
||||||
"description": "A charting and data visualization library for Unity.",
|
"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": [
|
||||||
"chart",
|
"chart",
|
||||||
"charts",
|
"charts",
|
||||||
@@ -19,8 +20,6 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/XCharts-Team/XCharts.git"
|
"url": "git+https://github.com/XCharts-Team/XCharts.git"
|
||||||
},
|
},
|
||||||
"author": "monitor1394",
|
|
||||||
"license": "MIT",
|
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/XCharts-Team/XCharts/issues"
|
"url": "https://github.com/XCharts-Team/XCharts/issues"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user