diff --git a/Assets/XCharts/README.md b/Assets/XCharts/README.md
new file mode 100644
index 00000000..a00ce769
--- /dev/null
+++ b/Assets/XCharts/README.md
@@ -0,0 +1,2 @@
+
+A powerful, easy-to-use, configurable charting and data visualization library for Unity.
\ No newline at end of file
diff --git a/Assets/XCharts/Scripts.meta b/Assets/XCharts/Scripts.meta
deleted file mode 100644
index 6f6a808f..00000000
--- a/Assets/XCharts/Scripts.meta
+++ /dev/null
@@ -1,10 +0,0 @@
-fileFormatVersion: 2
-guid: dd29cbce72290724b8772e66460b2a1d
-folderAsset: yes
-timeCreated: 1536101222
-licenseType: Free
-DefaultImporter:
- externalObjects: {}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/README.md b/README.md
index 962cb833..40c14d4b 100644
--- a/README.md
+++ b/README.md
@@ -9,11 +9,11 @@ A powerful, easy-to-use, configurable charting and data visualization library fo
一款基于`UGUI`的功能强大、易用、参数可配置的数据可视化图表报表`Unity`插件。支持折线图、柱状图、饼图、雷达图、散点图、热力图等常见图表。
-[XCharts问答](Assets/XCharts/Documentation/XCharts问答.md)
-[XChartsAPI手册](Assets/XCharts/Documentation/XChartsAPI.md)
-[XCharts配置项手册](Assets/XCharts/Documentation/XCharts配置项手册.md)
-[XCharts更新日志](Assets/XCharts/CHANGELOG.md)
-[教程:5分钟上手XCharts](Doc/教程:5分钟上手XCharts.md)
+[XCharts问答](https://github.com/monitor1394/unity-ugui-XCharts/blob/master/Assets/XCharts/Documentation/XCharts问答.md)
+[XChartsAPI手册](https://github.com/monitor1394/unity-ugui-XCharts/blob/master/Assets/XCharts/Documentation/XChartsAPI.md)
+[XCharts配置项手册](https://github.com/monitor1394/unity-ugui-XCharts/blob/master/Assets/XCharts/Documentation/XCharts配置项手册.md)
+[XCharts更新日志](https://github.com/monitor1394/unity-ugui-XCharts/blob/master/Assets/XCharts/CHANGELOG.md)
+[教程:5分钟上手XCharts](https://github.com/monitor1394/unity-ugui-XCharts/blob/master/Doc/教程:5分钟上手XCharts.md)
## 特性
@@ -35,12 +35,12 @@ A powerful, easy-to-use, configurable charting and data visualization library fo
---
-
-
-
-
-
-
+
+
+
+
+
+
## 术语
@@ -114,19 +114,19 @@ XCharts的图表由组件和数据组成。不同的组件和数据可以组合
1. 在`Canvas`下通过`Create Empty`创建一个空`gameObject`,命名为 `line_chart`。
2. 通过菜单栏 `Component->XCharts->LineChart` 或者 `Inspector` 视图的 `Add Component` 添加 `LineChart` 脚本。一个简单的折线图就出来了。
- 3. `Inspector` 视图下可以调整各个组件的参数,`Game` 视图会实时反馈调整的效果。各个组件的详细参数说明可查阅[XCharts配置项手册](Assets/XCharts/Documentation/XCharts配置项手册.md)。
+ 3. `Inspector` 视图下可以调整各个组件的参数,`Game` 视图会实时反馈调整的效果。各个组件的详细参数说明可查阅[XCharts配置项手册](https://github.com/monitor1394/unity-ugui-XCharts/blob/master/Assets/XCharts/Documentation/XCharts配置项手册.md)。
-* 更多的代码动态控制的例子请参考[教程:5分钟上手XCharts](Doc/教程:5分钟上手XCharts.md) 。
+* 更多的代码动态控制的例子请参考[教程:5分钟上手XCharts](https://github.com/monitor1394/unity-ugui-XCharts/blob/master/Doc/教程:5分钟上手XCharts.md) 。
## 文档
---
-* 常见问题看这里☞ [XCharts问答](Assets/XCharts/Documentation/XCharts问答.md)
-* 接口文档看这里☞ [XChartsAPI手册](Assets/XCharts/Documentation/XChartsAPI.md)
-* 参数配置看这里☞ [XCharts配置项手册](Assets/XCharts/Documentation/XCharts配置项手册.md)
-* 更新日志看这里☞ [XCharts更新日志](Assets/XCharts/CHANGELOG.md)
-* 新手教程看这里☞ [教程:5分钟上手XCharts](Doc/教程:5分钟上手XCharts.md)
+* 常见问题看这里☞ [XCharts问答](https://github.com/monitor1394/unity-ugui-XCharts/blob/master/Assets/XCharts/Documentation/XCharts问答.md)
+* 接口文档看这里☞ [XChartsAPI手册](https://github.com/monitor1394/unity-ugui-XCharts/blob/master/Assets/XCharts/Documentation/XChartsAPI.md)
+* 参数配置看这里☞ [XCharts配置项手册](https://github.com/monitor1394/unity-ugui-XCharts/blob/master/Assets/XCharts/Documentation/XCharts配置项手册.md)
+* 更新日志看这里☞ [XCharts更新日志](https://github.com/monitor1394/unity-ugui-XCharts/blob/master/Assets/XCharts/CHANGELOG.md)
+* 新手教程看这里☞ [教程:5分钟上手XCharts](https://github.com/monitor1394/unity-ugui-XCharts/blob/master/Doc/教程:5分钟上手XCharts.md)
## 结构
@@ -268,13 +268,13 @@ XCharts的图表由组件和数据组成。不同的组件和数据可以组合
---
-[更新日志](Assets/XCharts/CHANGELOG.md)
+[更新日志](https://github.com/monitor1394/unity-ugui-XCharts/blob/master/Assets/XCharts/CHANGELOG.md)
## Licenses
---
-[MIT License](https://github.com/monitor1394/unity-ugui-XCharts/blob/master/LICENSE)
+[MIT License](https://github.com/monitor1394/unity-ugui-XCharts/blob/master/Assets/XCharts/LICENSE.md)
## 开发交流
@@ -293,4 +293,4 @@ VIP群:XCharts技术支持VIP群(`867291970`)
-如需商业技术支持,捐助超过280¥可加VIP群(867291970,验证信息请输入捐助的支付宝账号)。
+如需商业技术支持,捐助280¥可加VIP群(867291970,验证信息请输入捐助的支付宝账号)。