From 0fa7bfecf37171812a6bbc1dad04d3a5df5c100f Mon Sep 17 00:00:00 2001 From: monitor1394 Date: Wed, 15 May 2019 09:53:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E6=95=B0=E6=8D=AE=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 52f16cc2..c3a9fee5 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ A Simple UGUI Charting Library for Unity 5. 中国地图 # 更新日志 + * 完善数据接口(2019.05.15) * `LineChart`和`BarChart`的X轴支持`AxisType.Value`模式(2019.05.14) * `LineChart`和`BarChart`增加负数数值支持(2019.05.13) * 0.2版本,重构代码,增加自定义`Editor`编辑参数支持(2019.05.11)