修复LineChart渐出动画绘制异常的问题#79

This commit is contained in:
monitor1394
2020-07-25 19:20:14 +08:00
parent 5efd8a188a
commit 8d4d98f736
5 changed files with 16 additions and 5 deletions

View File

@@ -1,7 +1,8 @@
# 更新日志
* (2020.07.25) Fixed problem with gradual discoloration on `LiquidChart` at `100%`#80
* (2020.07.25) Fixed a problem with `LineChart` emerging abnormal in animation drawing#79
* (2020.07.25) Fixed a problem with gradual discoloration on `LiquidChart` at `100%`#80
* (2020.07.25) Added `RadarChart` support for `formatter` of `Tooltip`#77
* (2020.07.23) Added `RingChart` ring gradient support#75
* (2020.07.21) Added `formatter` of `AxisLabel` and `SerieLabel` to configure numeric formatting separately.