修复LineChart在数据过于密集时折线绘制异常的问题 #99

This commit is contained in:
monitor1394
2020-11-22 15:10:56 +08:00
parent f7761d7a00
commit 250f01f2e7
3 changed files with 13 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
# 更新日志
* (2020.11.22) 修复`LineChart`在数据过于密集时折线绘制异常的问题 #99
* (2020.11.21) 修复`LineChart`的刻度位置在`alignWithLabel``true`时可能异常的问题
* (2020.11.21) 修复`Unity5`兼容报错的问题
* (2020.11.13) 完善`RadarChart``Indicator``\n`换行的支持