增加雷达图效果图

This commit is contained in:
monitor1394
2018-09-27 07:00:44 +08:00
parent eb2dceb6fe
commit c83a532bda
6 changed files with 1826 additions and 3 deletions

File diff suppressed because it is too large Load Diff

View File

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB

View File

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

BIN
Doc/demo_radar.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

View File

@@ -3,8 +3,10 @@ A Simple UGUI Charting Library for Unity
# 效果图
1.折线图
![折线图](demo_line.png)
![折线图](Doc/demo_line.png)
2.柱形图
![柱形图](demo_bar.png)
![柱形图](Doc/demo_bar.png)
3.饼图
![饼图](demo_pie.png)
![饼图](Doc/demo_pie.png)
4.雷达图
![雷达图](Doc/demo_radar.png)