修复LiquidChart100%时渐变色会失效的问题

This commit is contained in:
monitor1394
2020-07-25 14:38:15 +08:00
parent 5df8f2d3fe
commit dc99bfa406
3 changed files with 7 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
# 更新日志
* (2020.07.25) Fixed 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.