mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-19 06:50:18 +00:00
发布1.0.0版本
This commit is contained in:
2
Assets/XCharts/README.md
Normal file
2
Assets/XCharts/README.md
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
A powerful, easy-to-use, configurable charting and data visualization library for Unity.
|
||||
@@ -1,10 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: dd29cbce72290724b8772e66460b2a1d
|
||||
folderAsset: yes
|
||||
timeCreated: 1536101222
|
||||
licenseType: Free
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
42
README.md
42
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
|
||||
|
||||
---
|
||||
|
||||
<img src="Doc/screenshot/xcharts-line.png" width="500" height="auto"/>
|
||||
<img src="Doc/screenshot/xcharts-bar.png" width="500" height="auto"/>
|
||||
<img src="Doc/screenshot/xcharts-pie.png" width="500" height="auto"/>
|
||||
<img src="Doc/screenshot/xcharts-radar.png" width="500" height="auto"/>
|
||||
<img src="Doc/screenshot/xcharts-scatter.png" width="500" height="auto"/>
|
||||
<img src="Doc/screenshot/xcharts-heatmap.png" width="500" height="auto"/>
|
||||
<img src="https://github.com/monitor1394/unity-ugui-XCharts/blob/master/Doc/screenshot/xcharts-line.png" width="550" height="auto"/>
|
||||
<img src="https://github.com/monitor1394/unity-ugui-XCharts/blob/master/Doc/screenshot/xcharts-bar.png" width="550" height="auto"/>
|
||||
<img src="https://github.com/monitor1394/unity-ugui-XCharts/blob/master/Doc/screenshot/xcharts-pie.png" width="550" height="auto"/>
|
||||
<img src="https://github.com/monitor1394/unity-ugui-XCharts/blob/master/Doc/screenshot/xcharts-radar.png" width="550" height="auto"/>
|
||||
<img src="https://github.com/monitor1394/unity-ugui-XCharts/blob/master/Doc/screenshot/xcharts-scatter.png" width="550" height="auto"/>
|
||||
<img src="https://github.com/monitor1394/unity-ugui-XCharts/blob/master/Doc/screenshot/xcharts-heatmap.png" width="550" height="auto"/>
|
||||
|
||||
## 术语
|
||||
|
||||
@@ -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`)
|
||||
|
||||
<img src="https://github.com/monitor1394/unity-ugui-XCharts/blob/master/Doc/alipay.png?raw=true" width="200" height="auto"/>
|
||||
|
||||
如需商业技术支持,捐助超过280¥可加VIP群(867291970,验证信息请输入捐助的支付宝账号)。
|
||||
如需商业技术支持,捐助280¥可加VIP群(867291970,验证信息请输入捐助的支付宝账号)。
|
||||
|
||||
Reference in New Issue
Block a user