v2.0.0
@@ -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"
|
||||
}
|
||||
|
Before Width: | Height: | Size: 67 KiB After Width: | Height: | Size: 344 KiB |
BIN
Doc/screenshot/xcharts-combinations.png
Normal file
|
After Width: | Height: | Size: 225 KiB |
BIN
Doc/screenshot/xcharts-gauge.png
Normal file
|
After Width: | Height: | Size: 188 KiB |
|
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 242 KiB |
|
Before Width: | Height: | Size: 92 KiB After Width: | Height: | Size: 632 KiB |
BIN
Doc/screenshot/xcharts-liquid.png
Normal file
|
After Width: | Height: | Size: 205 KiB |
|
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 322 KiB |
BIN
Doc/screenshot/xcharts-polar.png
Normal file
|
After Width: | Height: | Size: 269 KiB |
|
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 390 KiB |
BIN
Doc/screenshot/xcharts-ring.png
Normal file
|
After Width: | Height: | Size: 209 KiB |
|
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 246 KiB |
@@ -83,6 +83,11 @@
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
## 术语
|
||||
|
||||
|
||||