mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-19 15:00:08 +00:00
v2.0.0
This commit is contained in:
@@ -30,6 +30,9 @@
|
||||
|
||||
## Latest
|
||||
|
||||
## 2.0.0
|
||||
|
||||
* (2021.02.05) 发布`v2.0.0`版本
|
||||
* (2021.02.03) 修复`AxisLine`的`OnZero`对`YAxis`不生效的问题 #116
|
||||
* (2021.01.29) 修复`Category`轴在`BoundaryGap`和`AlignWithLabel`为`True`时`Tick`显示效果不对的问题 #115
|
||||
* (2021.01.25) 优化一些细节
|
||||
|
||||
@@ -82,6 +82,11 @@ A powerful, easy-to-use, configurable charting and data visualization library fo
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
## Cheat Sheet
|
||||
|
||||
|
||||
@@ -35,8 +35,8 @@ namespace XCharts
|
||||
[ExecuteInEditMode]
|
||||
public class XChartsMgr : MonoBehaviour
|
||||
{
|
||||
internal static string _version = "2.0.0-preview.2";
|
||||
internal static int _versionDate = 20210121;
|
||||
internal static string _version = "2.0.0";
|
||||
internal static int _versionDate = 20210205;
|
||||
public static string version { get { return _version; } }
|
||||
public static int versionDate { get { return _versionDate; } }
|
||||
public static string fullVersion { get { return version + "-" + versionDate; } }
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"name": "com.monitor1394.xcharts",
|
||||
"displayName": "XCharts",
|
||||
"version": "2.0.0-preview.2",
|
||||
"date": "20210121",
|
||||
"checkdate": "20210121",
|
||||
"version": "2.0.0",
|
||||
"date": "20210205",
|
||||
"checkdate": "20210205",
|
||||
"desc": "如果 XCharts 对您有帮助,希望您能在 Github 上点 Star 支持,非常感谢!",
|
||||
"unity": "2018.3",
|
||||
"description": "A charting and data visualization library for Unity.",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": "2.0.0-preview.2",
|
||||
"date": "20210121",
|
||||
"checkdate": "20210121",
|
||||
"version": "2.0.0",
|
||||
"date": "20210205",
|
||||
"checkdate": "20210205",
|
||||
"desc": "如果 XCharts 对您有帮助,希望您能在 Github 上点 Star 支持,非常感谢!",
|
||||
"homepage": "https://github.com/monitor1394/unity-ugui-XCharts"
|
||||
}
|
||||
Reference in New Issue
Block a user