修复LineChart的刻度位置在alignWithLabeltrue时可能异常的问题

This commit is contained in:
monitor1394
2020-11-21 08:42:03 +08:00
parent 5a384fbb89
commit f7761d7a00
3 changed files with 9 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
# 更新日志
* (2020.11.21) 修复`LineChart`的刻度位置在`alignWithLabel``true`时可能异常的问题
* (2020.11.21) 修复`Unity5`兼容报错的问题
* (2020.11.13) 完善`RadarChart``Indicator``\n`换行的支持
* (2020.11.12) 修复`LineChart`当类型为`Smooth`时数据过密情况下报错的问题 #100
* (2020.10.22) 完善`HeatmapChart``VisualMap``Piecewise`的支持